You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by aj...@apache.org on 2008/07/31 06:28:35 UTC

svn commit: r681274 - /incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/Release.java

Author: ajaquith
Date: Wed Jul 30 21:28:34 2008
New Revision: 681274

URL: http://svn.apache.org/viewvc?rev=681274&view=rev
Log:
JSPWIKI-326: Fixed NPE in ProfanityFilter.

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=681274&r1=681273&r2=681274&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/Release.java (original)
+++ incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/Release.java Wed Jul 30 21:28:34 2008
@@ -77,7 +77,7 @@
      *  <p>
      *  If the build identifier is empty, it is not added.
      */
-    public static final String     BUILD         = "5";
+    public static final String     BUILD         = "6";
     
     /**
      *  This is the generic version string you should use