aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorkbr <[email protected]>2008-04-15 08:15:09 +0000
committerkbr <[email protected]>2008-04-15 08:15:09 +0000
commit90f17c3c85fce31e88f1215b2eba240cc9c43f9e (patch)
tree092ee683a79ab04cef6e7adc933d79ee1eecb50b /make
parent321276145d7099dc6731275b66cff66fc65fb0e3 (diff)
Changed build number to 1.1.2 in preparation for next release
git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@851 03bf7f67-59de-4072-a415-9a990d468a3f
Diffstat (limited to 'make')
-rwxr-xr-xmake/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml
index 09cdce4..75ae3cd 100755
--- a/make/build.xml
+++ b/make/build.xml
@@ -35,7 +35,7 @@
<property name="base_version" value="1.1.2"/>
<!-- Uncomment this property to perform a full release build -->
- <!-- property name="release-build" value="true" / -->
+ <property name="release-build" value="true" />
<!-- Pull in GlueGen cpptasks build file -->
<property name="gluegen.root" value="../../gluegen" />