]> granicus.if.org Git - postgresql/commitdiff
Stamp shared-library minor version numbers for v10.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 15 Aug 2016 18:35:55 +0000 (14:35 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 15 Aug 2016 18:35:55 +0000 (14:35 -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 0a04a7310f255b781409143ed02844f45232db81..2f58ad85924be8be659a1f6805ef5e0437434a1c 100644 (file)
@@ -16,7 +16,7 @@ include $(top_builddir)/src/Makefile.global
 PGFILEDESC = "ECPG compat - compatibility library for ECPG"
 NAME= ecpg_compat
 SO_MAJOR_VERSION= 3
-SO_MINOR_VERSION= 8
+SO_MINOR_VERSION= 9
 
 override CPPFLAGS := -I../include -I$(top_srcdir)/src/interfaces/ecpg/include \
        -I$(libpq_srcdir) -DFRONTEND $(CPPFLAGS)
index 39c423258014ea827ff8723d0be81a6124f9c3cc..00503b33dd70940edd05c324d529eacc611c663e 100644 (file)
@@ -16,7 +16,7 @@ include $(top_builddir)/src/Makefile.global
 PGFILEDESC = "ECPG - embedded SQL in C"
 NAME= ecpg
 SO_MAJOR_VERSION= 6
-SO_MINOR_VERSION= 8
+SO_MINOR_VERSION= 9
 
 override CPPFLAGS := -I../include -I$(top_srcdir)/src/interfaces/ecpg/include \
        -I$(libpq_srcdir) -I$(top_builddir)/src/port -DFRONTEND $(CPPFLAGS)
index 1c1a42fa8f98d0953b8fbee5e3e48046fa417965..ac278948a5079f4e1c2dd2b268dc09c244307753 100644 (file)
@@ -16,7 +16,7 @@ include $(top_builddir)/src/Makefile.global
 PGFILEDESC = "pgtypes - library for data type mapping"
 NAME= pgtypes
 SO_MAJOR_VERSION= 3
-SO_MINOR_VERSION= 7
+SO_MINOR_VERSION= 8
 
 override CPPFLAGS := -I../include -I$(top_srcdir)/src/interfaces/ecpg/include \
        -DFRONTEND $(CPPFLAGS)
index 30db5a049af3cbc657d20f7dd5bc1f75cbc7814c..7dd4b2ffdbbba89e12e12972094babf44c3dddc7 100644 (file)
@@ -16,7 +16,7 @@ top_builddir = ../../../..
 include $(top_builddir)/src/Makefile.global
 
 MAJOR_VERSION= 4
-MINOR_VERSION= 12
+MINOR_VERSION= 13
 PATCHLEVEL=0
 
 override CPPFLAGS := -I../include -I$(top_srcdir)/src/interfaces/ecpg/include \
index 1b292d2cf22be1d30af4a83e9ad5cfe93eb50136..83b30b0f9e87564c92d756fc50093debee1ba3cf 100644 (file)
@@ -17,7 +17,7 @@ include $(top_builddir)/src/Makefile.global
 # shared library parameters
 NAME= pq
 SO_MAJOR_VERSION= 5
-SO_MINOR_VERSION= 9
+SO_MINOR_VERSION= 10
 
 override CPPFLAGS :=  -DFRONTEND -DUNSAFE_STAT_OK -I$(srcdir) $(CPPFLAGS) -I$(top_builddir)/src/port -I$(top_srcdir)/src/port
 ifneq ($(PORTNAME), win32)
index fe905d3c9d154052991e97646daf06b4e680bc51..16180f68edf3198232266e29b6fe25f796d8aa77 100644 (file)
@@ -270,7 +270,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=12');
+       $ecpg->AddDefine('MINOR_VERSION=13');
        $ecpg->AddDefine('PATCHLEVEL=0');
        $ecpg->AddDefine('ECPG_COMPILE');
        $ecpg->AddReference($libpgcommon, $libpgport);