diff options
author | Kenneth Russel <[email protected]> | 2006-11-24 23:27:13 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2006-11-24 23:27:13 +0000 |
commit | 2a3a37b771ec088aaf9796b64925be2f5b035d11 (patch) | |
tree | c01120a194532dbbc83ca81d2992e951722270e2 /make | |
parent | d998a0b46ff0a6e7c16ee5b8ac2b7d63f3f475c1 (diff) |
Updated build number to 1.1.0
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@1001 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make')
-rw-r--r-- | make/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml index 7ef5e23f4..887ccf1de 100644 --- a/make/build.xml +++ b/make/build.xml @@ -51,7 +51,7 @@ <project name="JOGL" basedir="." default="all"> <!-- This is the version of JOGL you are building --> - <property name="base_version" value="1.0.1"/> + <property name="base_version" value="1.1.0"/> <!-- Pull in GlueGen cpptasks build file --> <property name="gluegen.root" value="../../gluegen" /> |