summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2006-10-05 22:18:47 +0000
committerKenneth Russel <[email protected]>2006-10-05 22:18:47 +0000
commit6ba20b01b0ead32acbe19fa8da322f619b08eaa4 (patch)
treedd1d711e6075fd392140c0ca6feeb62d183bde6a /make
parent1e3682422919d22c360c89f6c2d05389f4890747 (diff)
Bumped version number of nightly builds to 1.0.1-pre
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@939 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make')
-rw-r--r--make/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml
index ded861f7a..e9aa670a0 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -56,7 +56,7 @@
<project name="JOGL" basedir="." default="all">
<!-- This is the version of JOGL you are building -->
- <property name="base_version" value="1.0.0"/>
+ <property name="base_version" value="1.0.1"/>
<!-- Pull in GlueGen cpptasks build file -->
<property name="gluegen.root" value="../../gluegen" />