diff options
author | James Moger <james.moger@gitblit.com> | 2012-01-11 20:04:01 -0500 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2012-01-11 20:04:01 -0500 |
commit | 04627e5fff260c88120d3f7f01dba052d04c47da (patch) | |
tree | f70bbed5abd1387b8665073b52a54c987304915e /src/com/gitblit | |
parent | f1c9345ae01d9fa73d75f89d5a428f128189006a (diff) | |
download | gitblit-04627e5fff260c88120d3f7f01dba052d04c47da.tar.gz gitblit-04627e5fff260c88120d3f7f01dba052d04c47da.zip |
Fixed missing icon resource for the manager (issue 40)
Diffstat (limited to 'src/com/gitblit')
-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 ff58283e..fe4c9dbc 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.0";
+ public static final String VERSION = "0.8.1-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-11";
+ 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.
|