diff options
author | Sven Gothel <[email protected]> | 2013-03-28 21:31:42 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-03-28 21:31:42 +0100 |
commit | 0d459235979710be6c9cededb8d9e385fdc25d85 (patch) | |
tree | cd696ce7cd180b226a570c2ea1ddd04d487f8bbf /make/jogamp-env.xml | |
parent | 25858c68302e194da80fd9cf91cefcba426a42ea (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 'make/jogamp-env.xml')
-rwxr-xr-x | make/jogamp-env.xml | 2 |
1 files changed, 1 insertions, 1 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 @@ <property environment="env" /> <tstamp> - <format property="version.timestamp" pattern="yyyyMMddHHmm"/> + <format property="version.timestamp" pattern="yyyyMMdd"/> </tstamp> <property name="jogamp.version.major" value="2"/> |