From f49f974c9fe90bc96937c0e6b88d7d558f24554c Mon Sep 17 00:00:00 2001 From: codeanticode Date: Mon, 2 Sep 2013 10:44:13 -0400 Subject: [PATCH] only show pretty version, 1.0 instead 1.0.0 --- resources/build.properties | 2 +- web/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/build.properties b/resources/build.properties index 047dbdf..c502117 100644 --- a/resources/build.properties +++ b/resources/build.properties @@ -154,7 +154,7 @@ library.version=1 # The version as the user will see it. -library.prettyVersion=1.0.0 +library.prettyVersion=1.0 library.copyright=(c) 2007-13 diff --git a/web/index.html b/web/index.html index dec540d..b942670 100644 --- a/web/index.html +++ b/web/index.html @@ -61,7 +61,7 @@

##library.name##

Download

- Download ##library.name## version ##library.prettyVersion## (##library.version##) in + Download ##library.name## version ##library.prettyVersion## in .zip format.

Installation