Skip to content

Commit b372bce

Browse files
committed
Adjustment of version info for win32
1 parent 5c9daf4 commit b372bce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/include/pg_config.h.win32

+3-3
Original file line numberDiff line numberDiff line change
@@ -557,16 +557,16 @@
557557
#define PACKAGE_NAME "PostgreSQL"
558558

559559
/* Define to the full name and version of this package. */
560-
#define PACKAGE_STRING "PostgreSQL 9.5devel"
560+
#define PACKAGE_STRING "PostgreSQL 9.5devel-pth"
561561

562562
/* Define to the version of this package. */
563-
#define PACKAGE_VERSION "9.5devel"
563+
#define PACKAGE_VERSION "9.5devel-pth"
564564

565565
/* Define to the name of a signed 64-bit integer type. */
566566
#define PG_INT64_TYPE long long int
567567

568568
/* PostgreSQL version as a string */
569-
#define PG_VERSION "9.5devel"
569+
#define PG_VERSION "9.5devel-pth"
570570

571571
/* PostgreSQL version as a number */
572572
#define PG_VERSION_NUM 90500

0 commit comments

Comments
 (0)