summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2012-07-14 00:14:52 -0400
committerJames Moger <james.moger@gitblit.com>2012-07-14 00:14:52 -0400
commit8b7d3017cb094d3181235df2802f614ec339ef8d (patch)
tree2fe448916bdc9f99ac9149a6b8eb78311a9eee19 /src
parent9f84396ce44d91fb98900ac19134c13da93c9661 (diff)
downloadgitblit-1.0.0.tar.gz
gitblit-1.0.0.zip
Final documenation of 1.0.0 releasev1.0.0
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 8153b444..3bc414b5 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.0.0-SNAPSHOT";
+ public static final String VERSION = "1.0.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-07-14";
// The build script extracts this exact line so be careful editing it
// and only use A-Z a-z 0-9 .-_ in the string.