James Moger
2014-05-29 2c50880dbd5de292e37d2533fccfcb62f6be9f95
src/main/java/com/gitblit/Constants.java
@@ -122,6 +122,14 @@
   public static final String R_TICKETS_PATCHSETS = "refs/tickets/";
   public static final String R_MASTER = "refs/heads/master";
   public static final String MASTER = "master";
   public static final String R_DEVELOP = "refs/heads/develop";
   public static final String DEVELOP = "develop";
   public static String getVersion() {
      String v = Constants.class.getPackage().getImplementationVersion();
      if (v == null) {