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.2rc1) : PostgreSQL 8.2rc1
34+ PostgreSQL version (example: PostgreSQL 8.2) : PostgreSQL 8.2
3535
3636 Compiler used (example: gcc 3.3.5) :
3737
Original file line number Diff line number Diff line change 568568#define PACKAGE_NAME "PostgreSQL"
569569
570570/* Define to the full name and version of this package. */
571- #define PACKAGE_STRING "PostgreSQL 8.2rc1 "
571+ #define PACKAGE_STRING "PostgreSQL 8.2 "
572572
573573/* Define to the version of this package. */
574- #define PACKAGE_VERSION "8.2rc1 "
574+ #define PACKAGE_VERSION "8.2 "
575575
576576/* PostgreSQL version as a string */
577- #define PG_VERSION "8.2rc1 "
577+ #define PG_VERSION "8.2 "
578578
579579/* PostgreSQL version as a number */
580580#define PG_VERSION_NUM 80200
You can’t perform that action at this time.
0 commit comments