summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/lib
diff options
context:
space:
mode:
authorMichael Meskes2002-03-11 12:56:02 +0000
committerMichael Meskes2002-03-11 12:56:02 +0000
commit9f9e3c9803a2690d213c498029ac4abf6f3f73b4 (patch)
tree00f02293b23f9018ecd7977d7f9aa45304f00219 /src/interfaces/ecpg/lib
parentdadb718b103d6675399547d3f6c12d0726f9537e (diff)
Changed the version numbers, but did not commit the Makefiles.
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 775ac24f72c..50e26b47492 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.15 2002/01/08 20:41:26 petere Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/ecpg/lib/Attic/Makefile,v 1.16 2002/03/11 12:55:55 meskes Exp $
#
#-------------------------------------------------------------------------
@@ -14,7 +14,7 @@ include $(top_builddir)/src/Makefile.global
NAME= ecpg
SO_MAJOR_VERSION= 3
-SO_MINOR_VERSION= 3.0
+SO_MINOR_VERSION= 4.0
override CPPFLAGS := -I$(top_srcdir)/src/interfaces/ecpg/include -I$(libpq_srcdir) $(CPPFLAGS)