summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2011-11-14 17:15:02 -0500
committerJames Moger <james.moger@gitblit.com>2011-11-14 17:15:02 -0500
commit05fbf3de2b825b16b30d0b6ae60c895311a56fd8 (patch)
tree84a50533c676cfda2daa0af6e9f5fca06e06eb49
parent7328e2c2f422ef6689c3637d8262f19838c2c222 (diff)
downloadgitblit-05fbf3de2b825b16b30d0b6ae60c895311a56fd8.tar.gz
gitblit-05fbf3de2b825b16b30d0b6ae60c895311a56fd8.zip
Change build identifiers for next release.
-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 55fb5c30..a2b9eebc 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.7.0";
+ public static final String VERSION = "0.8.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 = "2011-11-11";
+ 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.