]> granicus.if.org Git - postgresql/commitdiff
Stamp 8.3 in CVS. _No_ update of configure/configure.in.
authorBruce Momjian <bruce@momjian.us>
Fri, 1 Feb 2008 02:59:02 +0000 (02:59 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 1 Feb 2008 02:59:02 +0000 (02:59 +0000)
doc/bug.template
src/include/pg_config.h.win32

index 071484231292d543e6eaa1e429f6777c16d5feb1..6b6d450c9b2ff3bb041aca3014e7e2915763b2dd 100644 (file)
@@ -31,7 +31,7 @@ System Configuration:
 
   Operating System (example: Linux 2.4.18)     :
 
-  PostgreSQL version (example: PostgreSQL 8.3RC2) :  PostgreSQL 8.3RC2
+  PostgreSQL version (example: PostgreSQL 8.3)  :  PostgreSQL 8.3
 
   Compiler used (example: gcc 3.3.5)           :
 
index 6452df8d3efa431217a48bafdf501ad5288cecb0..0808f7b12b4baeee9ab017205b56bb6b559840d3 100644 (file)
 #define PACKAGE_NAME "PostgreSQL"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "PostgreSQL 8.3RC2"
+#define PACKAGE_STRING "PostgreSQL 8.3"
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "8.3RC2"
+#define PACKAGE_VERSION "8.3"
 
 /* PostgreSQL version as a string */
-#define PG_VERSION "8.3RC2"
+#define PG_VERSION "8.3"
 
 /* PostgreSQL version as a number */
 #define PG_VERSION_NUM 80300