From: Bruce Momjian Date: Wed, 11 Dec 2002 04:08:05 +0000 (+0000) Subject: Bump version for 7.3 and 7.4. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=1287c074b458f22f2fce508ac58de5e37fa63cbd;p=users%2Fbernd%2Fpostgres.git Bump version for 7.3 and 7.4. --- diff --git a/src/interfaces/ecpg/lib/Makefile b/src/interfaces/ecpg/lib/Makefile index d268cf9df3..f38f99fe49 100644 --- a/src/interfaces/ecpg/lib/Makefile +++ b/src/interfaces/ecpg/lib/Makefile @@ -14,7 +14,7 @@ include $(top_builddir)/src/Makefile.global NAME= ecpg SO_MAJOR_VERSION= 3 -SO_MINOR_VERSION= 4.0 +SO_MINOR_VERSION= 4.1 override CPPFLAGS := -I$(top_srcdir)/src/interfaces/ecpg/include -I$(libpq_srcdir) $(CPPFLAGS) diff --git a/src/interfaces/libpgtcl/Makefile b/src/interfaces/libpgtcl/Makefile index 4b5f21596d..6c86b0a312 100644 --- a/src/interfaces/libpgtcl/Makefile +++ b/src/interfaces/libpgtcl/Makefile @@ -14,7 +14,7 @@ include ../../Makefile.global NAME= pgtcl SO_MAJOR_VERSION= 2 -SO_MINOR_VERSION= 2 +SO_MINOR_VERSION= 3 override CPPFLAGS := -I$(libpq_srcdir) $(CPPFLAGS) diff --git a/src/interfaces/libpq/Makefile b/src/interfaces/libpq/Makefile index 11048b25c2..8b6473d780 100644 --- a/src/interfaces/libpq/Makefile +++ b/src/interfaces/libpq/Makefile @@ -16,7 +16,7 @@ include $(top_builddir)/src/Makefile.global # shared library parameters NAME= pq SO_MAJOR_VERSION= 2 -SO_MINOR_VERSION= 2 +SO_MINOR_VERSION= 3 override CPPFLAGS := -I$(srcdir) $(CPPFLAGS) -DFRONTEND -DSYSCONFDIR='"$(sysconfdir)"'