Author: jalkanen
Date: Sat Mar 29 14:00:03 2008
New Revision: 642610
URL: http://svn.apache.org/viewvc?rev=642610&view=rev
Log:
Trunk is 2.7
Modified:
incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/Release.java
Modified: incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/Release.java
URL:
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/Release.java?rev=642610&r1=642609&r2=642610&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/Release.java (original)
+++ incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/Release.java Sat Mar 29
14:00:03 2008
@@ -57,16 +57,16 @@
* <p>
* If the POSTFIX is empty, it is not added to the version string.
*/
- private static final String POSTFIX = "";
+ private static final String POSTFIX = "svn";
/** The JSPWiki major version. */
public static final int VERSION = 2;
/** The JSPWiki revision. */
- public static final int REVISION = 6;
+ public static final int REVISION = 7;
/** The minor revision. */
- public static final int MINORREVISION = 2;
+ public static final int MINORREVISION = 0;
/** 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
@@ -77,7 +77,7 @@
* <p>
* If the build identifier is empty, it is not added.
*/
- public static final String BUILD = "";
+ public static final String BUILD = "0";
/**
* This is the generic version string you should use