aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-12-11 04:07:39 +0000
committerBruce Momjian <bruce@momjian.us>2002-12-11 04:07:39 +0000
commit6ca16d7b807524b4a5121c578bcf6a9f935684b2 (patch)
treee3643918e95c7d2d4d5f05d818b0c8b67c7dd11b /src/interfaces/ecpg
parent944f95d2b6e6e304cf9cf5f475d01d8a5691ce7d (diff)
downloadpostgresql-6ca16d7b807524b4a5121c578bcf6a9f935684b2.tar.gz
postgresql-6ca16d7b807524b4a5121c578bcf6a9f935684b2.zip
Bump version for 7.3 and 7.4.
Diffstat (limited to 'src/interfaces/ecpg')
-rw-r--r--src/interfaces/ecpg/lib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/ecpg/lib/Makefile b/src/interfaces/ecpg/lib/Makefile
index db4071cea49..cfc630537c1 100644
--- a/src/interfaces/ecpg/lib/Makefile
+++ b/src/interfaces/ecpg/lib/Makefile
@@ -4,7 +4,7 @@
#
# Copyright (c) 1994, Regents of the University of California
#
-# $Header: /cvsroot/pgsql/src/interfaces/ecpg/lib/Attic/Makefile,v 1.17 2002/12/04 18:14:11 momjian Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/ecpg/lib/Attic/Makefile,v 1.18 2002/12/11 04:07:39 momjian Exp $
#
#-------------------------------------------------------------------------
@@ -14,7 +14,7 @@ include $(top_builddir)/src/Makefile.global
NAME= ecpg
SO_MAJOR_VERSION= 3
-SO_MINOR_VERSION= 4.1
+SO_MINOR_VERSION= 4.2
override CPPFLAGS := -I$(top_srcdir)/src/interfaces/ecpg/include -I$(libpq_srcdir) $(CPPFLAGS)