James Moger
2011-11-14 05fbf3de2b825b16b30d0b6ae60c895311a56fd8
Change build identifiers for next release.
1 files modified
4 ■■■■ changed files
src/com/gitblit/Constants.java 4 ●●●● patch | view | raw | blame | history
src/com/gitblit/Constants.java
@@ -29,11 +29,11 @@
    // 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.7.0";
    public static final String VERSION = "0.8.0-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 = "2011-11-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.