diff options
author | James Moger <james.moger@gitblit.com> | 2012-01-13 08:18:12 -0500 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2012-01-13 08:18:32 -0500 |
commit | c508386dba5dd84de1f83fef8781b06acf903f15 (patch) | |
tree | 87f25a80655cf0e312a1739869cf96c9a4afceb3 /src | |
parent | 0256e6aa26ebb51416d290d772897caf84a1cd82 (diff) | |
download | gitblit-c508386dba5dd84de1f83fef8781b06acf903f15.tar.gz gitblit-c508386dba5dd84de1f83fef8781b06acf903f15.zip |
Change build identifiers
Diffstat (limited to 'src')
-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 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.
|