2.8.4 tag setup.

git-svn-id: https://svn.apache.org/repos/asf/incubator/jspwiki/tags/jspwiki_2_8_4@942532 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/com/ecyrd/jspwiki/Release.java b/src/com/ecyrd/jspwiki/Release.java
index d5018f8..e9918b3 100644
--- a/src/com/ecyrd/jspwiki/Release.java
+++ b/src/com/ecyrd/jspwiki/Release.java
@@ -57,7 +57,7 @@
      *  <p>
      *  If the POSTFIX is empty, it is not added to the version string.
      */
-    private static final String    POSTFIX       = "svn";
+    private static final String    POSTFIX       = "";
 
     /** The JSPWiki major version. */
     public static final int        VERSION       = 2;
@@ -77,7 +77,7 @@
      *  <p>
      *  If the build identifier is empty, it is not added.
      */
-    public static final String     BUILD         = "12";
+    public static final String     BUILD         = "";
     
     /**
      *  This is the generic version string you should use