From bf194a19e2994cbf813e2808fac3e23d05698436 Mon Sep 17 00:00:00 2001 From: lizzardo Date: Tue, 30 Dec 2008 06:13:34 +0000 Subject: [PATCH] Use SVN revision as buildnumber if available, default to zero if that fails. Zero isn't really a valid build number, but this allows a full build if working offline. git-svn-id: https://svn2.assembla.com/svn/romraider/trunk@202 38686702-15cf-42e4-a595-3071df8bf5ea --- build.xml | 14 ++++++++++---- version.properties | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/build.xml b/build.xml index 9f9b0799..157bf3b5 100644 --- a/build.xml +++ b/build.xml @@ -77,11 +77,17 @@ - + - + + + + + + @@ -240,7 +246,7 @@ - + diff --git a/version.properties b/version.properties index 5e38edff..a806467d 100644 --- a/version.properties +++ b/version.properties @@ -20,7 +20,7 @@ release_notes=release_notes.txt version.major=0 version.minor=5 version.patch=1 -version.buildnumber=${svn.revision} +version.buildnumber=${buildnumber} version.extra=Beta version.extra1=