Make depending components interpret DEPVERSION as hex rather than octal.
authorZdeněk Šustr <sustr4@cesnet.cz>
Sun, 4 Mar 2012 21:27:27 +0000 (21:27 +0000)
committerZdeněk Šustr <sustr4@cesnet.cz>
Sun, 4 Mar 2012 21:27:27 +0000 (21:27 +0000)
org.gridsite.core/VERSION

index d4671e5..dc35a82 100644 (file)
@@ -1,5 +1,5 @@
 MAJOR_VERSION=1
 MINOR_VERSION=1.7
 PATCH_VERSION=1.7.19
-DEFVERSION=010719
+DEFVERSION=0x010719
 VERSION=$(PATCH_VERSION)