summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2011-07-27 08:08:06 -0400
committerJames Moger <james.moger@gitblit.com>2011-07-27 08:08:06 -0400
commit85e8b6b09771ee07f2f28eb4d8b3d74a6232e7d3 (patch)
treee1c2165fc22b7ef18d9f2c2420984af63e6b6919 /src
parent671c19d3695a165687d621690fdb52ac453070b9 (diff)
downloadgitblit-85e8b6b09771ee07f2f28eb4d8b3d74a6232e7d3.tar.gz
gitblit-85e8b6b09771ee07f2f28eb4d8b3d74a6232e7d3.zip
Documentation and prepare 0.5.2 release.v0.5.2
Diffstat (limited to 'src')
-rw-r--r--src/com/gitblit/Constants.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/gitblit/Constants.java b/src/com/gitblit/Constants.java
index 4297dbd9..df15cb94 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.5.2-SNAPSHOT";
+ public static final String VERSION = "0.5.2";
// 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 = "2011-07-27";
// The build script extracts this exact line so be careful editing it
// and only use A-Z a-z 0-9 .-_ in the string.