summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2012-01-11 16:35:31 -0500
committerJames Moger <james.moger@gitblit.com>2012-01-11 16:35:31 -0500
commitf1c9345ae01d9fa73d75f89d5a428f128189006a (patch)
tree2a2df195aaf51e16172e88e803ef681ffd7a76a5
parenta48c33a76f3497d33e0c3d0d3cf1a59aef23679f (diff)
downloadgitblit-0.8.0.tar.gz
gitblit-0.8.0.zip
Release v0.8.0v0.8.0
-rw-r--r--src/com/gitblit/Constants.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/gitblit/Constants.java b/src/com/gitblit/Constants.java
index 23e75572..ff58283e 100644
--- a/src/com/gitblit/Constants.java
+++ b/src/com/gitblit/Constants.java
@@ -29,11 +29,11 @@ public class Constants {
// The build script extracts this exact line so be careful editing it
// and only use A-Z a-z 0-9 .-_ in the string.
- public static final String VERSION = "0.8.0-SNAPSHOT";
+ public static final String VERSION = "0.8.0";
// The build script extracts this exact line so be careful editing it
// and only use A-Z a-z 0-9 .-_ in the string.
- public static final String VERSION_DATE = "PENDING";
+ public static final String VERSION_DATE = "2012-01-11";
// The build script extracts this exact line so be careful editing it
// and only use A-Z a-z 0-9 .-_ in the string.