diff options
author | James Moger <james.moger@gitblit.com> | 2011-11-14 17:15:02 -0500 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2011-11-14 17:15:02 -0500 |
commit | 05fbf3de2b825b16b30d0b6ae60c895311a56fd8 (patch) | |
tree | 84a50533c676cfda2daa0af6e9f5fca06e06eb49 | |
parent | 7328e2c2f422ef6689c3637d8262f19838c2c222 (diff) | |
download | gitblit-05fbf3de2b825b16b30d0b6ae60c895311a56fd8.tar.gz gitblit-05fbf3de2b825b16b30d0b6ae60c895311a56fd8.zip |
Change build identifiers for next release.
-rw-r--r-- | src/com/gitblit/Constants.java | 4 |
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.
|