summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2012-04-04 09:56:29 -0400
committerJames Moger <james.moger@gitblit.com>2012-04-04 09:56:29 -0400
commit227b241be847274370c1d7f28b0040717c187d39 (patch)
treed640f0fcbd6a6f4ef9bac66e0e679d443b42cea2 /src/com/gitblit
parentbc5b7bab1eab81620616ba9d62dedff3d9eef52f (diff)
downloadgitblit-0.9.2.tar.gz
gitblit-0.9.2.zip
Release 0.9.2v0.9.2
Diffstat (limited to 'src/com/gitblit')
-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..9490ef7f 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.2";
// 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-04";
// The build script extracts this exact line so be careful editing it
// and only use A-Z a-z 0-9 .-_ in the string.