aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/lib
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-05-11 01:46:33 +0000
committerBruce Momjian <bruce@momjian.us>2001-05-11 01:46:33 +0000
commit54d90995965e8aaf589bb7625623e3813825c22f (patch)
tree8d911a39ced01059710fc50968075a838f8a9e40 /src/interfaces/ecpg/lib
parentd4dfef1cdb6f0722101a08bcf986999d97377646 (diff)
downloadpostgresql-54d90995965e8aaf589bb7625623e3813825c22f.tar.gz
postgresql-54d90995965e8aaf589bb7625623e3813825c22f.zip
Stamp CVS as 7.2. Update all interface version numbers. This is the
time to do it, not during beta because people are using this stuff in production sometimes.
Diffstat (limited to 'src/interfaces/ecpg/lib')
-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 3e7411df59d..7b413af49d8 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.11 2001/02/20 19:20:29 petere Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/ecpg/lib/Attic/Makefile,v 1.12 2001/05/11 01:46:33 momjian Exp $
#
#-------------------------------------------------------------------------
@@ -14,7 +14,7 @@ include $(top_builddir)/src/Makefile.global
NAME= ecpg
SO_MAJOR_VERSION= 3
-SO_MINOR_VERSION= 2.0
+SO_MINOR_VERSION= 3.0
override CPPFLAGS := -I$(top_srcdir)/src/interfaces/ecpg/include -I$(libpq_srcdir) $(CPPFLAGS)