From: Markus Schaber Date: Fri, 4 Mar 2005 07:36:33 +0000 (+0000) Subject: Updated VERSION to RC4 X-Git-Tag: pgis_1_0_0RC4~78 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d81c88d7e4ff5225146ea88a5dc3fc9b0d7c1de7;p=postgis Updated VERSION to RC4 git-svn-id: http://svn.osgeo.org/postgis/trunk@1472 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/jdbc2/src/org/postgis/Version.java b/jdbc2/src/org/postgis/Version.java index 87f8378cb..ea0708ea6 100644 --- a/jdbc2/src/org/postgis/Version.java +++ b/jdbc2/src/org/postgis/Version.java @@ -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 +}