From 0d459235979710be6c9cededb8d9e385fdc25d85 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Thu, 28 Mar 2013 21:31:42 +0100 Subject: Revert version.timestamp to yyyyMMdd only, i.e. w/o HHmm Changes in hour/minute is not only overkill, but may confuse our aggregation scripts, which compare versions. Out nodes time daemon may not be in synchronized that well. --- make/jogamp-env.xml | 2 +- src/java/com/jogamp/common/util/JogampVersion.java | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/make/jogamp-env.xml b/make/jogamp-env.xml index 860c49e..542d288 100755 --- a/make/jogamp-env.xml +++ b/make/jogamp-env.xml @@ -65,7 +65,7 @@ - + diff --git a/src/java/com/jogamp/common/util/JogampVersion.java b/src/java/com/jogamp/common/util/JogampVersion.java index c44b1db..14f6ada 100644 --- a/src/java/com/jogamp/common/util/JogampVersion.java +++ b/src/java/com/jogamp/common/util/JogampVersion.java @@ -118,7 +118,7 @@ public class JogampVersion { } /** - * Returns the implementation build number, e.g. 2.0-b456-201303281921. + * Returns the implementation build number, e.g. 2.0-b456-20130328. */ public final String getImplementationBuild() { return this.getAttribute(GlueGenVersion.IMPLEMENTATION_BUILD); @@ -157,7 +157,7 @@ public class JogampVersion { /** * Retruns the {@link Attributes.Name#IMPLEMENTATION_VERSION IMPLEMENTATION_VERSION}. *

- * E.g. 2.0.2-rc-201303281050 for snapshots prior to 2.0.2 release + * E.g. 2.0.2-rc-20130328 for snapshots prior to 2.0.2 release * and 2.0.2 for the upcoming release. *

*/ -- cgit v1.2.3