From f28802cac8082d32672212b9fbc4d0c654ce9a7a Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 11 Dec 2002 04:08:05 +0000 Subject: [PATCH] Bump version for 7.3 and 7.4. --- src/interfaces/ecpg/lib/Makefile | 4 ++-- src/interfaces/libpgtcl/Makefile | 4 ++-- src/interfaces/libpq/Makefile | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/interfaces/ecpg/lib/Makefile b/src/interfaces/ecpg/lib/Makefile index 50e26b47492..038f9336b81 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.16 2002/03/11 12:55:55 meskes Exp $ +# $Header: /cvsroot/pgsql/src/interfaces/ecpg/lib/Attic/Makefile,v 1.16.4.1 2002/12/11 04:08:04 momjian Exp $ # #------------------------------------------------------------------------- @@ -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 09fb7bca5ec..4894a2936b6 100644 --- a/src/interfaces/libpgtcl/Makefile +++ b/src/interfaces/libpgtcl/Makefile @@ -4,7 +4,7 @@ # # Copyright (c) 1994, Regents of the University of California # -# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile,v 1.27 2002/07/27 20:10:05 petere Exp $ +# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile,v 1.27.2.1 2002/12/11 04:08:05 momjian Exp $ # #------------------------------------------------------------------------- @@ -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 47f0744a5a5..b05a6167a77 100644 --- a/src/interfaces/libpq/Makefile +++ b/src/interfaces/libpq/Makefile @@ -4,7 +4,7 @@ # # Copyright (c) 1994, Regents of the University of California # -# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.65 2002/09/03 21:45:44 petere Exp $ +# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.65.2.1 2002/12/11 04:08:05 momjian Exp $ # #------------------------------------------------------------------------- @@ -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)"' -- 2.39.5