projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83ba04b
)
Updated to use VERSION_HEX rather than YAZ_VERSION_HEX
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 5 Jan 2009 11:04:44 +0000
(12:04 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 5 Jan 2009 11:04:44 +0000
(12:04 +0100)
src/mk_version.tcl
patch
|
blob
|
history
diff --git
a/src/mk_version.tcl
b/src/mk_version.tcl
index
160a918
..
4bee1a4
100644
(file)
--- a/
src/mk_version.tcl
+++ b/
src/mk_version.tcl
@@
-44,7
+44,7
@@
set maps(VERSION) $version
set c [split $version .]
set versionl [expr ([lindex $c 0] * 256 + [lindex $c 1]) * 256 + [lindex $c 2]]
-set maps(YAZ_VERSION_HEX) [format %x $versionl]
+set maps(VERSION_HEX) [format %x $versionl]
if {[llength $c] == 3} {
lappend c 1