File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ System Configuration:
3131
3232 Operating System (example: Linux 2.4.18) :
3333
34- PostgreSQL version (example: PostgreSQL 8.3RC2) : PostgreSQL 8.3RC2
34+ PostgreSQL version (example: PostgreSQL 8.3) : PostgreSQL 8.3
3535
3636 Compiler used (example: gcc 3.3.5) :
3737
Original file line number Diff line number Diff line change 566566#define PACKAGE_NAME "PostgreSQL"
567567
568568/* Define to the full name and version of this package. */
569- #define PACKAGE_STRING "PostgreSQL 8.3RC2 "
569+ #define PACKAGE_STRING "PostgreSQL 8.3 "
570570
571571/* Define to the version of this package. */
572- #define PACKAGE_VERSION "8.3RC2 "
572+ #define PACKAGE_VERSION "8.3 "
573573
574574/* PostgreSQL version as a string */
575- #define PG_VERSION "8.3RC2 "
575+ #define PG_VERSION "8.3 "
576576
577577/* PostgreSQL version as a number */
578578#define PG_VERSION_NUM 80300
You can’t perform that action at this time.
0 commit comments