]> source.dussan.org Git - gitblit.git/commitdiff
Reset build identifier for next release
authorJames Moger <james.moger@gitblit.com>
Tue, 27 Mar 2012 22:16:31 +0000 (18:16 -0400)
committerJames Moger <james.moger@gitblit.com>
Tue, 27 Mar 2012 22:16:31 +0000 (18:16 -0400)
src/com/gitblit/Constants.java

index 70f5fc00c2bbced4a5240c600985d250db8b60e0..bbb986b25cbd29abaf3b5dad4e43fc92fbf8f54a 100644 (file)
@@ -30,11 +30,11 @@ public class Constants {
 \r
        // The build script extracts this exact line so be careful editing it\r
        // and only use A-Z a-z 0-9 .-_ in the string.\r
-       public static final String VERSION = "0.9.0";\r
+       public static final String VERSION = "1.0.0-SNAPSHOT";\r
 \r
        // The build script extracts this exact line so be careful editing it\r
        // and only use A-Z a-z 0-9 .-_ in the string.\r
-       public static final String VERSION_DATE = "2012-03-27";\r
+       public static final String VERSION_DATE = "PENDING";\r
 \r
        // The build script extracts this exact line so be careful editing it\r
        // and only use A-Z a-z 0-9 .-_ in the string.\r