From a3f2ef50ad33c58a240a17fcf03e415d772207c3 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Thu, 28 Mar 2013 20:06:30 +0100 Subject: Bug 588: Adding jogamp.version property, i.e. 2.0.2-rc- used for Manifest ; Common jogamp_int_version for Android. Until 2.0.2 gets released, the version string is 2.0.2-rc- 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. --- make/Manifest-rt | 1 + 1 file changed, 1 insertion(+) (limited to 'make/Manifest-rt') diff --git a/make/Manifest-rt b/make/Manifest-rt index f0ec2c5..99c6c7e 100755 --- a/make/Manifest-rt +++ b/make/Manifest-rt @@ -4,6 +4,7 @@ Specification-Version: @BASEVERSION@ Specification-Vendor: JogAmp Community Implementation-Title: GlueGen Run-Time Implementation-Version: @VERSION@ +Implementation-Build: @BUILD_VERSION@ Implementation-Branch: @SCM_BRANCH@ Implementation-Commit: @SCM_COMMIT@ Implementation-Vendor: JogAmp Community -- cgit v1.2.3