summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2012-03-27 18:12:20 -0400
committerJames Moger <james.moger@gitblit.com>2012-03-27 18:12:20 -0400
commitc42cdc295797cd3a7afcaa18aa3ab90df4705671 (patch)
tree5601741ba28a9dfc8e3169e76ffaea76deb13557
parent0273b2905737e41babb0bfba7f4c33100bd40d68 (diff)
downloadgitblit-c42cdc295797cd3a7afcaa18aa3ab90df4705671.tar.gz
gitblit-c42cdc295797cd3a7afcaa18aa3ab90df4705671.zip
Release 0.9.0v0.9.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 929ab64f..70f5fc00 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 = "0.9.0-SNAPSHOT";
+ public static final String VERSION = "0.9.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-03-27";
// The build script extracts this exact line so be careful editing it
// and only use A-Z a-z 0-9 .-_ in the string.