From fee4415888097e9095e125b5f18464d6deb689c6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zden=C4=9Bk=20=C5=A0ustr?= Date: Sun, 4 Mar 2012 21:27:27 +0000 Subject: [PATCH] Make depending components interpret DEPVERSION as hex rather than octal. --- org.gridsite.core/VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.gridsite.core/VERSION b/org.gridsite.core/VERSION index d4671e5..dc35a82 100644 --- a/org.gridsite.core/VERSION +++ b/org.gridsite.core/VERSION @@ -1,5 +1,5 @@ MAJOR_VERSION=1 MINOR_VERSION=1.7 PATCH_VERSION=1.7.19 -DEFVERSION=010719 +DEFVERSION=0x010719 VERSION=$(PATCH_VERSION) -- 1.8.2.3