diff options
author | Sven Gothel <[email protected]> | 2013-03-28 23:24:39 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-03-28 23:24:39 +0100 |
commit | 0b242442fba01df86be636f54e3d478aa722d6a7 (patch) | |
tree | d3199b96411e926a41aab60629d5afece6c30ef4 /make/joglversion-test | |
parent | a121055f9e4ac039fa820f06e9e81e5ce72e5e24 (diff) |
Adapt to new version scheme, see GlueGen a3f2ef50ad33c58a240a17fcf03e415d772207c3, etc; Fix NewtVersion, NativeWindowVersion and NewtVersionActivityLauncher
NewtVersion, NativeWindowVersion: Also search for extension javax.media.opengl (all packaging)
NewtVersionActivityLauncher: Use new launcher URI
Diffstat (limited to 'make/joglversion-test')
-rw-r--r-- | make/joglversion-test | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/make/joglversion-test b/make/joglversion-test index cee93dbb4..b130bb279 100644 --- a/make/joglversion-test +++ b/make/joglversion-test @@ -2,8 +2,9 @@ Manifest-Version: 1.0 Specification-Title: Test Java Bindings for OpenGL API Specification Specification-Version: @BASEVERSION@ Specification-Vendor: JogAmp Community -Implementation-Title: Test Java Bindings for OpenGL Runtime Environment +Implementation-Title: Test JOGL Runtime Environment Implementation-Version: @VERSION@ +Implementation-Build: @BUILD_VERSION@ Implementation-Branch: @SCM_BRANCH@ Implementation-Commit: @SCM_COMMIT@ Implementation-Vendor: JogAmp Community |