summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2012-01-13 08:18:12 -0500
committerJames Moger <james.moger@gitblit.com>2012-01-13 08:18:32 -0500
commitc508386dba5dd84de1f83fef8781b06acf903f15 (patch)
tree87f25a80655cf0e312a1739869cf96c9a4afceb3 /src
parent0256e6aa26ebb51416d290d772897caf84a1cd82 (diff)
downloadgitblit-c508386dba5dd84de1f83fef8781b06acf903f15.tar.gz
gitblit-c508386dba5dd84de1f83fef8781b06acf903f15.zip
Change build identifiers
Diffstat (limited to 'src')
-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 cedda6f4..a28a871a 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.2";
+ public static final String VERSION = "0.9.0-SNAPSHOT";
// 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 = "2012-01-13";
+ public static final String VERSION_DATE = "PENDING";
// The build script extracts this exact line so be careful editing it
// and only use A-Z a-z 0-9 .-_ in the string.