summaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
authorkbr <[email protected]>2007-06-29 00:36:44 +0000
committerkbr <[email protected]>2007-06-29 00:36:44 +0000
commit1599534aa244f7bbb14d3944481f01d2022b729e (patch)
tree6878f8c26a671d707725015b03dfa44c4d9e1dab /make/build.xml
parent3d36ce1bac06911920714bd3e801002c0f533f68 (diff)
Bumped build number to 1.1.2
git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@558 03bf7f67-59de-4072-a415-9a990d468a3f
Diffstat (limited to 'make/build.xml')
-rwxr-xr-xmake/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/build.xml b/make/build.xml
index 6657445..bb39f3a 100755
--- a/make/build.xml
+++ b/make/build.xml
@@ -32,14 +32,14 @@
<project name="JOAL" basedir="." default="all">
<!-- This is the version of JOAL you are building -->
- <property name="base_version" value="1.1.1"/>
+ <property name="base_version" value="1.1.2"/>
<!-- Pull in GlueGen cpptasks build file -->
<property name="gluegen.root" value="../../gluegen" />
<import file="${gluegen.root}/make/gluegen-cpptasks.xml" />
<!-- Uncomment this property to perform a full release build -->
- <!-- property name="release-build" value="true" / -->
+ <property name="release-build" value="true" />
<!-- Set up version string (used in several places) based on whether we're
doing a release build or not -->