diff options
| author | Bruce Momjian <bruce@momjian.us> | 2003-11-30 06:09:54 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2003-11-30 06:09:54 +0000 |
| commit | 32abf0e781d813a5ceca77928997fff434a06a8f (patch) | |
| tree | 3a7db97d3f88c123a098e1343e3a2346c02c2294 /src/interfaces/libpgtcl | |
| parent | 38887379a249b5226ee92d0f94dfc0e6b66f276d (diff) | |
| download | postgresql-32abf0e781d813a5ceca77928997fff434a06a8f.tar.gz | |
Bump all version numbers and version stamps mentioned in RELEASE_CHANGES.
Diffstat (limited to 'src/interfaces/libpgtcl')
| -rw-r--r-- | src/interfaces/libpgtcl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/libpgtcl/Makefile b/src/interfaces/libpgtcl/Makefile index 19b08066e7..1581946f24 100644 --- a/src/interfaces/libpgtcl/Makefile +++ b/src/interfaces/libpgtcl/Makefile @@ -4,7 +4,7 @@ # # Copyright (c) 1994, Regents of the University of California # -# $PostgreSQL: pgsql/src/interfaces/libpgtcl/Makefile,v 1.34 2003/11/29 19:52:11 pgsql Exp $ +# $PostgreSQL: pgsql/src/interfaces/libpgtcl/Makefile,v 1.35 2003/11/30 06:09:48 momjian Exp $ # #------------------------------------------------------------------------- @@ -14,7 +14,7 @@ include ../../Makefile.global NAME= pgtcl SO_MAJOR_VERSION= 2 -SO_MINOR_VERSION= 4 +SO_MINOR_VERSION= 5 override CPPFLAGS := -I$(libpq_srcdir) $(CPPFLAGS) $(TCL_INCLUDE_SPEC) |
