]> granicus.if.org Git - postgis/commitdiff
Updated VERSION to RC4
authorMarkus Schaber <markus@schabi.de>
Fri, 4 Mar 2005 07:36:33 +0000 (07:36 +0000)
committerMarkus Schaber <markus@schabi.de>
Fri, 4 Mar 2005 07:36:33 +0000 (07:36 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@1472 b70326c6-7e19-0410-871a-916f4a2858ee

jdbc2/src/org/postgis/Version.java

index 87f8378cbf29a899a129245784132bacbaf77ca9..ea0708ea61600bd9000aacd76ffcdaa9ace6c148 100644 (file)
@@ -40,7 +40,7 @@ public class Version {
      * Prerelease identifier, like "RC3" or "pre5" - is guaranteed to be the
      * emtpy String on stable releases
      */
-    public static final String PREREL_SUFFIX = "RC3";
+    public static final String PREREL_SUFFIX = "RC4";
 
     /** Full version for human reading - code should use the constants above */
     public static final String FULL = "PostGIS JDBC V" + MAJOR + "." + MINOR + "." + MICRO
@@ -49,8 +49,8 @@ public class Version {
     public static void main(String[] args) {
         System.out.println(FULL);
     }
-    
+
     public static String getFullVersion() {
         return FULL;
     }
-}
\ No newline at end of file
+}