summaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
authorkbr <[email protected]>2006-12-23 00:30:33 +0000
committerkbr <[email protected]>2006-12-23 00:30:33 +0000
commita90b3c461c1edc8eb5043b0d9a78f6af0739bb88 (patch)
treeb28eb51fbbb430bacd8dec806ddba2393a92a036 /make/build.xml
parent571612ef4ec55148cb97ff7a7c349b627d264ca9 (diff)
Reverted JOGL and JOAL build.xml files to do nightly builds and
updated version numbers git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@396 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 8455628..6657445 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.0"/>
+ <property name="base_version" value="1.1.1"/>
<!-- 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 -->