diff options
author | Sven Gothel <[email protected]> | 2013-03-28 20:06:30 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-03-28 20:06:30 +0100 |
commit | a3f2ef50ad33c58a240a17fcf03e415d772207c3 (patch) | |
tree | 82f14cf60ffac5ef81845eccb10686647b804a46 /make/Manifest-rt-android | |
parent | 0b3c2e5944a27e5eebc6fb82270aae3c91cebc1a (diff) |
Bug 588: Adding jogamp.version property, i.e. 2.0.2-rc-<TIMESTAMP> used for Manifest ; Common jogamp_int_version for Android.
Until 2.0.2 gets released, the version string is 2.0.2-rc-<TIMESTAMP>
and used in the Manifest for IMPLEMENTATION_VERSION.
The previous build version name of IMPLEMENTATION_VERSION
goes into the new tag IMPLEMENTATION_BUILD.
Further more, we use a common jogamp_int_version for Android, to make life more easy.
Diffstat (limited to 'make/Manifest-rt-android')
-rwxr-xr-x | make/Manifest-rt-android | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/Manifest-rt-android b/make/Manifest-rt-android index da1d122..54d8c37 100755 --- a/make/Manifest-rt-android +++ b/make/Manifest-rt-android @@ -4,6 +4,7 @@ Specification-Version: @BASEVERSION@ Specification-Vendor: JogAmp Community Implementation-Title: GlueGen Run-Time For Android Implementation-Version: @VERSION@ +Implementation-Build: @BUILD_VERSION@ Implementation-Branch: @SCM_BRANCH@ Implementation-Commit: @SCM_COMMIT@ Implementation-Vendor: JogAmp Community |