diff options
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@ |