First push post 2.12.3 release
diff --git a/jspwiki-api/src/main/java/org/apache/wiki/api/Release.java b/jspwiki-api/src/main/java/org/apache/wiki/api/Release.java
index 5316db6..0b96731 100644
--- a/jspwiki-api/src/main/java/org/apache/wiki/api/Release.java
+++ b/jspwiki-api/src/main/java/org/apache/wiki/api/Release.java
@@ -50,7 +50,7 @@
* <p>
* If the POSTFIX is empty, it is not added to the version string.
*/
- private static final String POSTFIX = "";
+ private static final String POSTFIX = "-git-";
/** The JSPWiki major version. */
public static final int VERSION = 2;
@@ -59,7 +59,7 @@
public static final int REVISION = 12;
/** The minor revision. */
- public static final int MINORREVISION = 3;
+ public static final int MINORREVISION = 4;
/** The build number/identifier. This is a String as opposed to an integer, just so that people can add other identifiers to it.
* The build number is incremented every time a committer checks in code, and reset when a release is made.
@@ -69,7 +69,7 @@
* <p>
* If the build identifier is empty, it is not added.
*/
- public static final String BUILD = "";
+ public static final String BUILD = "00";
/**
* This is the generic version string you should use when printing out the version. It is of