projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d9504d
)
Update catalog version for fix.
author
Bruce Momjian
<bruce@momjian.us>
Mon, 14 May 2001 21:59:19 +0000
(21:59 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Mon, 14 May 2001 21:59:19 +0000
(21:59 +0000)
src/include/catalog/catversion.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/catalog/catversion.h
b/src/include/catalog/catversion.h
index cab2af18d83272fa17f6139e4334a3ba45926fea..7abaf158046949a1e7b2d2561c0ea4aafe5c9e81 100644
(file)
--- a/
src/include/catalog/catversion.h
+++ b/
src/include/catalog/catversion.h
@@
-37,7
+37,7
@@
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: catversion.h,v 1.7
4 2001/05/14 21:53:16
momjian Exp $
+ * $Id: catversion.h,v 1.7
5 2001/05/14 21:59:19
momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@
-53,6
+53,6
@@
*/
/* yyyymmddN */
-#define CATALOG_VERSION_NO 200105140
2
+#define CATALOG_VERSION_NO 200105140
3
#endif