From a3f2ef50ad33c58a240a17fcf03e415d772207c3 Mon Sep 17 00:00:00 2001
From: Sven Gothel <sgothel@jausoft.com>
Date: Thu, 28 Mar 2013 20:06:30 +0100
Subject: 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.
---
 make/Manifest-android-launcher | 1 +
 1 file changed, 1 insertion(+)

(limited to 'make/Manifest-android-launcher')

diff --git a/make/Manifest-android-launcher b/make/Manifest-android-launcher
index a8bbbe5..d97af77 100755
--- a/make/Manifest-android-launcher
+++ b/make/Manifest-android-launcher
@@ -4,6 +4,7 @@ Specification-Version: @BASEVERSION@
 Specification-Vendor: JogAmp Community
 Implementation-Title: JogAmp Android Launcher
 Implementation-Version: @VERSION@
+Implementation-Build: @BUILD_VERSION@
 Implementation-Branch: @SCM_BRANCH@
 Implementation-Commit: @SCM_COMMIT@
 Implementation-Vendor: JogAmp Community
-- 
cgit v1.2.3