summaryrefslogtreecommitdiffstats
path: root/src/com
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:12 -0500
commitbc6e1f1da04b890c0bf927a00091d0ca9879e64b (patch)
tree627d90cc49e01b3b2505c7ea4aaae7286955b378 /src/com
parent8051a29d8b3826772e5be1851eb72cd52ab5080c (diff)
downloadgitblit-bc6e1f1da04b890c0bf927a00091d0ca9879e64b.tar.gz
gitblit-bc6e1f1da04b890c0bf927a00091d0ca9879e64b.zip
Change build identifiers
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 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.