summaryrefslogtreecommitdiffstats
path: root/src/com
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2012-04-11 09:02:39 -0400
committerJames Moger <james.moger@gitblit.com>2012-04-11 09:02:39 -0400
commit4bc6fa96c1304dea0c051126ac5d2b35211fbe51 (patch)
treea364d678f97295fd6de0b0b41543d95b8202e427 /src/com
parenta411c8d64a9f9a2fb0001c6fc6fa76fc81eded1b (diff)
downloadgitblit-4bc6fa96c1304dea0c051126ac5d2b35211fbe51.tar.gz
gitblit-4bc6fa96c1304dea0c051126ac5d2b35211fbe51.zip
Release 0.9.3v0.9.3
Diffstat (limited to 'src/com')
-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 bbb986b2..e867699b 100644
--- a/src/com/gitblit/Constants.java
+++ b/src/com/gitblit/Constants.java
@@ -30,11 +30,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 = "1.0.0-SNAPSHOT";
+ public static final String VERSION = "0.9.3";
// 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-04-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.