Stamp minor library version numbers for 8.5; sorry for the delay.
authorBruce Momjian <bruce@momjian.us>
Mon, 13 Jul 2009 01:37:05 +0000 (01:37 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 13 Jul 2009 01:37:05 +0000 (01:37 +0000)
src/interfaces/ecpg/compatlib/Makefile
src/interfaces/ecpg/ecpglib/Makefile
src/interfaces/ecpg/pgtypeslib/Makefile
src/interfaces/ecpg/preproc/Makefile
src/interfaces/libpq/Makefile

index 55cf2f2e1acb7a6eefc6a405655a70666cb24518..d98ffce5626ad783fc4fff903a47b96e057e345d 100644 (file)
@@ -15,7 +15,7 @@ include $(top_builddir)/src/Makefile.global
 
 NAME= ecpg_compat
 SO_MAJOR_VERSION= 3
-SO_MINOR_VERSION= 1
+SO_MINOR_VERSION= 2
 
 override CPPFLAGS := -I../include -I$(top_srcdir)/src/interfaces/ecpg/include \
        -I$(libpq_srcdir) -I$(top_srcdir)/src/include/utils $(CPPFLAGS)
index 7472379a485d98f6048034ba99ae18e5734226ef..ee80faa636b17be957cf3a02cbacf3f0f6e291af 100644 (file)
@@ -15,7 +15,7 @@ include $(top_builddir)/src/Makefile.global
 
 NAME= ecpg
 SO_MAJOR_VERSION= 6
-SO_MINOR_VERSION= 1
+SO_MINOR_VERSION= 2
 
 override CPPFLAGS := -I../include -I$(top_srcdir)/src/interfaces/ecpg/include \
        -I$(libpq_srcdir) -I$(top_builddir)/src/port $(CPPFLAGS)
index 3ce791f4eb3c787456d69d635e56d838a70da215..b86da9ed67f7a66d1c7cf0fe2b13fba774173abf 100644 (file)
@@ -15,7 +15,7 @@ include $(top_builddir)/src/Makefile.global
 
 NAME= pgtypes
 SO_MAJOR_VERSION= 3
-SO_MINOR_VERSION= 1
+SO_MINOR_VERSION= 2
 
 override CPPFLAGS := -I../include -I$(top_srcdir)/src/interfaces/ecpg/include \
        -I$(top_srcdir)/src/include/utils -I$(libpq_srcdir) $(CPPFLAGS)
index 8032d1354406c3a52a392c80ca1cdfa280f46e39..3c09b036f484184daaff72927cce3a1b0fac3d60 100644 (file)
@@ -14,7 +14,7 @@ top_builddir = ../../../..
 include $(top_builddir)/src/Makefile.global
 
 MAJOR_VERSION= 4
-MINOR_VERSION= 5
+MINOR_VERSION= 6
 PATCHLEVEL=0
 
 override CPPFLAGS := -I../include -I$(top_srcdir)/src/interfaces/ecpg/include \
index 3b9df766e59be721306b09a50a18802a175008bb..beaeeb34cf2f5f3bebc60de6137a477cb214c53c 100644 (file)
@@ -17,7 +17,7 @@ include $(top_builddir)/src/Makefile.global
 # shared library parameters
 NAME= pq
 SO_MAJOR_VERSION= 5
-SO_MINOR_VERSION= 2
+SO_MINOR_VERSION= 3
 
 override CPPFLAGS :=  -DFRONTEND -DUNSAFE_STAT_OK -I$(srcdir) $(CPPFLAGS) -I$(top_builddir)/src/port -I$(top_srcdir)/src/port
 ifneq ($(PORTNAME), win32)