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:
31
31
32
32
Operating System (example: Linux 2.4.18) :
33
33
34
- PostgreSQL version (example: PostgreSQL 8.2rc1) : PostgreSQL 8.2rc1
34
+ PostgreSQL version (example: PostgreSQL 8.2) : PostgreSQL 8.2
35
35
36
36
Compiler used (example: gcc 3.3.5) :
37
37
Original file line number Diff line number Diff line change 568
568
#define PACKAGE_NAME "PostgreSQL"
569
569
570
570
/* Define to the full name and version of this package. */
571
- #define PACKAGE_STRING "PostgreSQL 8.2rc1 "
571
+ #define PACKAGE_STRING "PostgreSQL 8.2 "
572
572
573
573
/* Define to the version of this package. */
574
- #define PACKAGE_VERSION "8.2rc1 "
574
+ #define PACKAGE_VERSION "8.2 "
575
575
576
576
/* PostgreSQL version as a string */
577
- #define PG_VERSION "8.2rc1 "
577
+ #define PG_VERSION "8.2 "
578
578
579
579
/* PostgreSQL version as a number */
580
580
#define PG_VERSION_NUM 80200
You can’t perform that action at this time.
0 commit comments