John Crygier
2012-05-07 022ebb4010ecf91ef5049f0386ef398f1d7fb32b
src/com/gitblit/Constants.java
@@ -30,11 +30,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.9.2";
   public static final String VERSION = "1.0.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 = "2012-04-04";
   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.
@@ -72,6 +72,10 @@
   
   public static final String DEFAULT_BRANCH = "default";
   
   public static String CUSTOM_FIELDS_PROP_SECTION = "gitblit";
   public static String CUSTOM_FIELDS_PROP_SUBSECTION = "customFields";
   public static String getGitBlitVersion() {
      return NAME + " v" + VERSION;
   }