diff options
author | James Moger <james.moger@gitblit.com> | 2013-01-15 23:13:59 -0500 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2013-01-15 23:13:59 -0500 |
commit | eec3ef21b9a4503c11f21c292b843adbdc3ee7fc (patch) | |
tree | 51e80e6f4916379f99d9186b1fa4f59b97ca5d78 /src/com | |
parent | 4bef084c6396cb9d73479d4934012fb9c6b9e831 (diff) | |
download | gitblit-eec3ef21b9a4503c11f21c292b843adbdc3ee7fc.tar.gz gitblit-eec3ef21b9a4503c11f21c292b843adbdc3ee7fc.zip |
Prepare 1.2.1 releasev1.2.1
Diffstat (limited to 'src/com')
-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 ca551184..9063aabd 100644 --- a/src/com/gitblit/Constants.java +++ b/src/com/gitblit/Constants.java @@ -34,11 +34,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 = "1.2.1-SNAPSHOT";
+ public static final String VERSION = "1.2.1";
// 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 = "PENDING";
+ public static final String VERSION_DATE = "2012-01-15";
// The build script extracts this exact line so be careful editing it
// and only use A-Z a-z 0-9 .-_ in the string.
|