summaryrefslogtreecommitdiff
path: root/src/interfaces/libpgtcl
diff options
context:
space:
mode:
authorBruce Momjian2002-12-11 04:07:39 +0000
committerBruce Momjian2002-12-11 04:07:39 +0000
commit6ca16d7b807524b4a5121c578bcf6a9f935684b2 (patch)
treee3643918e95c7d2d4d5f05d818b0c8b67c7dd11b /src/interfaces/libpgtcl
parent944f95d2b6e6e304cf9cf5f475d01d8a5691ce7d (diff)
Bump version for 7.3 and 7.4.
Diffstat (limited to 'src/interfaces/libpgtcl')
-rw-r--r--src/interfaces/libpgtcl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/libpgtcl/Makefile b/src/interfaces/libpgtcl/Makefile
index c88e44e6b50..6a227cf5eff 100644
--- a/src/interfaces/libpgtcl/Makefile
+++ b/src/interfaces/libpgtcl/Makefile
@@ -4,7 +4,7 @@
#
# Copyright (c) 1994, Regents of the University of California
#
-# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile,v 1.28 2002/12/04 18:14:11 momjian Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile,v 1.29 2002/12/11 04:07:39 momjian Exp $
#
#-------------------------------------------------------------------------
@@ -14,7 +14,7 @@ include ../../Makefile.global
NAME= pgtcl
SO_MAJOR_VERSION= 2
-SO_MINOR_VERSION= 3
+SO_MINOR_VERSION= 4
override CPPFLAGS := -I$(libpq_srcdir) $(CPPFLAGS)