summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-03-28 21:31:42 +0100
committerSven Gothel <[email protected]>2013-03-28 21:31:42 +0100
commit0d459235979710be6c9cededb8d9e385fdc25d85 (patch)
treecd696ce7cd180b226a570c2ea1ddd04d487f8bbf /src
parent25858c68302e194da80fd9cf91cefcba426a42ea (diff)
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.
Diffstat (limited to 'src')
-rw-r--r--src/java/com/jogamp/common/util/JogampVersion.java4
1 files changed, 2 insertions, 2 deletions
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. <code>2.0-b456-201303281921</code>.
+ * Returns the implementation build number, e.g. <code>2.0-b456-20130328</code>.
*/
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}.
* <p>
- * E.g. <code>2.0.2-rc-201303281050</code> for snapshots prior to <code>2.0.2</code> release
+ * E.g. <code>2.0.2-rc-20130328</code> for snapshots prior to <code>2.0.2</code> release
* and <code>2.0.2</code> for the upcoming release.
* </p>
*/