summaryrefslogtreecommitdiff
path: root/src/interfaces/libpgtcl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces/libpgtcl/Makefile')
-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 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)