summaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-12-13 17:52:54 +0100
committerSven Gothel <[email protected]>2010-12-13 17:52:54 +0100
commit5db5c574d5ea895921e60cdb768dc138685c7d5b (patch)
tree8bfd7f7889f17fe5b2a5d72dcfe08deed1c193bb /make/build.xml
parente93339de9bc96fc66068bf0565461484db557359 (diff)
remove HHmm from version timestamp
Diffstat (limited to 'make/build.xml')
-rw-r--r--make/build.xml2
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}" />