projects
/
users
/
hanada
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e82fa8
)
Fix missed version-stamping.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Fri, 14 Sep 2007 14:05:52 +0000
(14:05 +0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Fri, 14 Sep 2007 14:05:52 +0000
(14:05 +0000)
src/include/pg_config.h.win32
patch
|
blob
|
blame
|
history
diff --git
a/src/include/pg_config.h.win32
b/src/include/pg_config.h.win32
index 4f5e4af4f6cd3b0e1b4f47794d6d05eabc870e7f..7e0c5e27554785f41c8542bf9eb557e5a94d9c39 100644
(file)
--- a/
src/include/pg_config.h.win32
+++ b/
src/include/pg_config.h.win32
@@
-577,7
+577,7
@@
#define PG_VERSION "8.2.5"
/* PostgreSQL version as a number */
-#define PG_VERSION_NUM 8020
4
+#define PG_VERSION_NUM 8020
5
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "postgresql"