diff options
author | Kenneth Russel <[email protected]> | 2008-02-17 15:22:30 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2008-02-17 15:22:30 +0000 |
commit | 6f53c43238e16a426e394970aa0fbf377a51b62d (patch) | |
tree | c1e98c81b7a7acdf326e4c3d93ef98a401432d45 /make | |
parent | e21e0ce07d058feda3469e4486dc0793a11b3964 (diff) |
Reverted base version to 1.1.1
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@1532 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 025137aee..5e8e3085d 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.1-rc7"/> + <property name="base_version" value="1.1.1"/> <!-- Uncomment this property definition to cause a full release build to be done --> <!-- without needing to specify the RI target on the command line --> |