projects
/
users
/
heikki
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fc2507
)
Fix missed PACKAGE_STRING.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Thu, 19 Apr 2007 22:23:31 +0000
(22:23 +0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Thu, 19 Apr 2007 22:23:31 +0000
(22:23 +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 e5176946dce86221a78725ce4995fdf50915d27a..ccfc064b148200dbb9c9ece3a565990bfe520384 100644
(file)
--- a/
src/include/pg_config.h.win32
+++ b/
src/include/pg_config.h.win32
@@
-568,7
+568,7
@@
#define PACKAGE_NAME "PostgreSQL"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "PostgreSQL 8.2.
3
"
+#define PACKAGE_STRING "PostgreSQL 8.2.
4
"
/* Define to the version of this package. */
#define PACKAGE_VERSION "8.2.4"