diff options
author | kbr <[email protected]> | 2006-12-07 04:10:59 +0000 |
---|---|---|
committer | kbr <[email protected]> | 2006-12-07 04:10:59 +0000 |
commit | 09a939ba31a378bd39bd36a1cef5517c232642c7 (patch) | |
tree | 39d44dc0b19ac20e8c3ef89ba69c1bea6bc2c95c /make | |
parent | 992a2674d8df645d33b3f027c595c35aa9a53dca (diff) |
Deleted the obsolete Version class, updated the specification version
to 1.1.0, and updated the build number to 1.1.0-beta4
git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@377 03bf7f67-59de-4072-a415-9a990d468a3f
Diffstat (limited to 'make')
-rwxr-xr-x | make/build.xml | 2 | ||||
-rwxr-xr-x | make/joalversion | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/make/build.xml b/make/build.xml index bbf61eb..a4b7209 100755 --- a/make/build.xml +++ b/make/build.xml @@ -32,7 +32,7 @@ <project name="JOAL" basedir="." default="all"> <!-- This is the version of JOAL you are building --> - <property name="base_version" value="1.1.0"/> + <property name="base_version" value="1.1.0-beta4"/> <!-- Pull in GlueGen cpptasks build file --> <property name="gluegen.root" value="../../gluegen" /> diff --git a/make/joalversion b/make/joalversion index 8b9c311..68d124f 100755 --- a/make/joalversion +++ b/make/joalversion @@ -1,5 +1,5 @@ Specification-Title: Java Bindings for OpenAL -Specification-Version: 1.0.0-pre +Specification-Version: 1.1.0 Specification-Vendor: java.net JOAL community Implementation-Title: Java Bindings for OpenAL Runtime Environment Implementation-Version: @VERSION@ |