diff options
author | Sven Gothel <[email protected]> | 2010-12-13 17:52:54 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-12-13 17:52:54 +0100 |
commit | 5db5c574d5ea895921e60cdb768dc138685c7d5b (patch) | |
tree | 8bfd7f7889f17fe5b2a5d72dcfe08deed1c193bb /make/build.xml | |
parent | e93339de9bc96fc66068bf0565461484db557359 (diff) |
remove HHmm from version timestamp
Diffstat (limited to 'make/build.xml')
-rw-r--r-- | make/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml index 7ee1199..f2bca4c 100644 --- a/make/build.xml +++ b/make/build.xml @@ -15,7 +15,7 @@ <!-- This is the version of jogl-demos you are building --> <property name="jogl-demos_base_version" value="2.0"/> <tstamp> - <format property="version.timestamp" pattern="yyyyMMddHHmm"/> + <format property="version.timestamp" pattern="yyyyMMdd"/> </tstamp> <property name="jogl-demos.version" value="${jogl-demos_base_version}-${version.timestamp}" /> |