File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
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.3) : PostgreSQL 8.3
34
+ PostgreSQL version (example: PostgreSQL 8.3beta1) : PostgreSQL 8.3beta1
35
35
36
36
Compiler used (example: gcc 3.3.5) :
37
37
Original file line number Diff line number Diff line change 566
566
#define PACKAGE_NAME "PostgreSQL"
567
567
568
568
/* Define to the full name and version of this package. */
569
- #define PACKAGE_STRING "PostgreSQL 8.3 devel "
569
+ #define PACKAGE_STRING "PostgreSQL 8.3beta1 "
570
570
571
571
/* Define to the version of this package. */
572
- #define PACKAGE_VERSION "8.3 "
572
+ #define PACKAGE_VERSION "8.3beta1 "
573
573
574
574
/* PostgreSQL version as a string */
575
- #define PG_VERSION "8.3 "
575
+ #define PG_VERSION "8.3beta1 "
576
576
577
577
/* PostgreSQL version as a number */
578
578
#define PG_VERSION_NUM 80300
Original file line number Diff line number Diff line change 17
17
VALUE "FileDescription", "PostgreSQL Access Library\0"
18
18
VALUE "FileVersion", "8.3.0\0"
19
19
VALUE "InternalName", "libpq\0"
20
- VALUE "LegalCopyright", "Copyright (C) 2005 \0"
20
+ VALUE "LegalCopyright", "Copyright (C) 2007 \0"
21
21
VALUE "LegalTrademarks", "\0"
22
22
VALUE "OriginalFilename", "libpq.dll\0"
23
23
VALUE "ProductName", "PostgreSQL\0"
You can’t perform that action at this time.
0 commit comments