summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2009-06-17 00:06:37 +0000
committerKenneth Russel <[email protected]>2009-06-17 00:06:37 +0000
commitaccaf8dd112ad84a49794c9fd1e82709ddc3c290 (patch)
tree3ff7f4ffe11267b6c54872547bc7d7d0bc8e6444
parentc91f003551542c2aab62dd8ef89a7894c7e50689 (diff)
Change version number to conform to JOGL naming convention
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/gluegen/trunk@148 a78bb65f-1512-4460-ba86-f6dc96a7bf27
-rwxr-xr-xmake/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/build.xml b/make/build.xml
index 2dadefc..f4d7289 100755
--- a/make/build.xml
+++ b/make/build.xml
@@ -11,8 +11,8 @@
-->
<project name="GlueGen" basedir="." default="all">
- <!-- This is the version of GleuGen you are building -->
- <property name="gluegen_base_version" value="1.0b07"/>
+ <!-- This is the version of GlueGen you are building -->
+ <property name="gluegen_base_version" value="1.0-beta07"/>
<!-- On jpackage.org-compatible systems, antlr.jar can be found in /usr/share/java -->
<available property="antlr.jar" file="/usr/share/java/antlr.jar"