diff options
author | Kenneth Russel <[email protected]> | 2007-04-19 07:30:03 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2007-04-19 07:30:03 +0000 |
commit | 7fe08dd72d240c8b74617424595bcc65334b78db (patch) | |
tree | 5f9b89143912a461afa52f4ee4a3bb4904005766 /make | |
parent | f68791368af53e9c6bedb74dcc81ad0761a3aa06 (diff) |
Changed version number to 1.1.0 (final)
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@1206 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 1bb9b982d..9e8d30a54 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.1.0-rc4"/> + <property name="base_version" value="1.1.0"/> <!-- Uncomment this property definition to cause a full release build to be done --> <!-- without needing to specify the RI target on the command line --> |