diff options
author | James Moger <james.moger@gitblit.com> | 2012-01-12 17:24:52 -0500 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2012-01-12 17:24:52 -0500 |
commit | 82b5f3581e5c3d5667e3c8da6aa024cb0eb3a47e (patch) | |
tree | 0746684c790f079a52dee6873fca726b24999399 /src/com/gitblit/Constants.java | |
parent | 06d552c9d5ef78af5b76a12eede59b26ad2b7ac0 (diff) | |
download | gitblit-82b5f3581e5c3d5667e3c8da6aa024cb0eb3a47e.tar.gz gitblit-82b5f3581e5c3d5667e3c8da6aa024cb0eb3a47e.zip |
Change build identifiers.
Diffstat (limited to 'src/com/gitblit/Constants.java')
-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 69901d77..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.1";
+ 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-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.
|