]> granicus.if.org Git - postgresql/commitdiff
Stamp shared-library minor version numbers for 9.5.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 11 Jun 2014 01:40:21 +0000 (21:40 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 11 Jun 2014 01:40:21 +0000 (21:40 -0400)
src/interfaces/ecpg/compatlib/Makefile
src/interfaces/ecpg/ecpglib/Makefile
src/interfaces/ecpg/pgtypeslib/Makefile
src/interfaces/ecpg/preproc/Makefile
src/interfaces/libpq/Makefile
src/tools/msvc/Mkvcbuild.pm

index 84021ac95bb77eb57859772d295871aa572804df..db704d7de19b8a5ec857aa743e3cff7ec573092e 100644 (file)
@@ -15,7 +15,7 @@ include $(top_builddir)/src/Makefile.global
 
 NAME= ecpg_compat
 SO_MAJOR_VERSION= 3
-SO_MINOR_VERSION= 6
+SO_MINOR_VERSION= 7
 
 override CPPFLAGS := -I../include -I$(top_srcdir)/src/interfaces/ecpg/include \
        -I$(libpq_srcdir) -I$(top_srcdir)/src/include/utils $(CPPFLAGS)
index ae4474f98848a0fdc9fa3988e340e3787ab9869b..9f4582e229139975e575f99f2350d0329fa5f9c1 100644 (file)
@@ -15,7 +15,7 @@ include $(top_builddir)/src/Makefile.global
 
 NAME= ecpg
 SO_MAJOR_VERSION= 6
-SO_MINOR_VERSION= 6
+SO_MINOR_VERSION= 7
 
 override CPPFLAGS := -I../include -I$(top_srcdir)/src/interfaces/ecpg/include \
        -I$(libpq_srcdir) -I$(top_builddir)/src/port -DFRONTEND $(CPPFLAGS)
index 6b490a7f34c48097caf5fbfe75cc84ea83d36b10..d73c37efd296fa5a8a495ef10253febdda3d0de0 100644 (file)
@@ -15,7 +15,7 @@ include $(top_builddir)/src/Makefile.global
 
 NAME= pgtypes
 SO_MAJOR_VERSION= 3
-SO_MINOR_VERSION= 5
+SO_MINOR_VERSION= 6
 
 override CPPFLAGS := -I../include -I$(top_srcdir)/src/interfaces/ecpg/include \
        -I$(top_srcdir)/src/include/utils -I$(libpq_srcdir) $(CPPFLAGS)
index eae8695ace7025a8ccec47db78d7b249ca2db88f..c9ea106235984a65ba387ad1d5644c1bdd22def5 100644 (file)
@@ -16,7 +16,7 @@ top_builddir = ../../../..
 include $(top_builddir)/src/Makefile.global
 
 MAJOR_VERSION= 4
-MINOR_VERSION= 10
+MINOR_VERSION= 11
 PATCHLEVEL=0
 
 override CPPFLAGS := -I../include -I$(top_srcdir)/src/interfaces/ecpg/include \
index 2b770d0a7215a61298a829191f6c9d839c5fdc13..15ea648291712c513acff82966f4430ac5bb130e 100644 (file)
@@ -17,7 +17,7 @@ include $(top_builddir)/src/Makefile.global
 # shared library parameters
 NAME= pq
 SO_MAJOR_VERSION= 5
-SO_MINOR_VERSION= 7
+SO_MINOR_VERSION= 8
 
 override CPPFLAGS :=  -DFRONTEND -DUNSAFE_STAT_OK -I$(srcdir) $(CPPFLAGS) -I$(top_builddir)/src/port -I$(top_srcdir)/src/port
 ifneq ($(PORTNAME), win32)
index 260f6308f97720b9ece3acc3347a0c1ccd0beb85..270e9c69f004c343224e16b7818b0114f6126bad 100644 (file)
@@ -318,7 +318,7 @@ sub mkvcbuild
        $ecpg->AddPrefixInclude('src\interfaces\ecpg\preproc');
        $ecpg->AddFiles('src\interfaces\ecpg\preproc', 'pgc.l', 'preproc.y');
        $ecpg->AddDefine('MAJOR_VERSION=4');
-       $ecpg->AddDefine('MINOR_VERSION=10');
+       $ecpg->AddDefine('MINOR_VERSION=11');
        $ecpg->AddDefine('PATCHLEVEL=0');
        $ecpg->AddDefine('ECPG_COMPILE');
        $ecpg->AddReference($libpgcommon, $libpgport);