diff options
author | James Moger <james.moger@gitblit.com> | 2012-08-25 08:21:29 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2012-08-25 08:21:29 -0400 |
commit | 1ab5b3081374c79867ceff2917bccae6dd1a2878 (patch) | |
tree | 91b060df707104084867d19ea782502c604949f3 /src | |
parent | 45f5f2c54ca6cd2715c67fe6dd2c321df7b86f34 (diff) | |
download | gitblit-1.1.0.tar.gz gitblit-1.1.0.zip |
Final documentation of 1.1.0 releasev1.1.0
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 d07638c2..b9cd74aa 100644 --- a/src/com/gitblit/Constants.java +++ b/src/com/gitblit/Constants.java @@ -30,11 +30,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.1.0-SNAPSHOT";
+ public static final String VERSION = "1.1.0";
// 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-08-25";
// The build script extracts this exact line so be careful editing it
// and only use A-Z a-z 0-9 .-_ in the string.
|