File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ include $(top_builddir)/src/Makefile.global
1515
1616NAME = ecpg_compat
1717SO_MAJOR_VERSION = 3
18- SO_MINOR_VERSION = 5
18+ SO_MINOR_VERSION = 6
1919
2020override CPPFLAGS := -I../include -I$(top_srcdir ) /src/interfaces/ecpg/include \
2121 -I$(libpq_srcdir ) -I$(top_srcdir ) /src/include/utils $(CPPFLAGS )
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ include $(top_builddir)/src/Makefile.global
1515
1616NAME = ecpg
1717SO_MAJOR_VERSION = 6
18- SO_MINOR_VERSION = 5
18+ SO_MINOR_VERSION = 6
1919
2020override CPPFLAGS := -I../include -I$(top_srcdir ) /src/interfaces/ecpg/include \
2121 -I$(libpq_srcdir ) -I$(top_builddir ) /src/port $(CPPFLAGS )
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ include $(top_builddir)/src/Makefile.global
1515
1616NAME = pgtypes
1717SO_MAJOR_VERSION = 3
18- SO_MINOR_VERSION = 4
18+ SO_MINOR_VERSION = 5
1919
2020override CPPFLAGS := -I../include -I$(top_srcdir ) /src/interfaces/ecpg/include \
2121 -I$(top_srcdir ) /src/include/utils -I$(libpq_srcdir ) $(CPPFLAGS )
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ top_builddir = ../../../..
1616include $(top_builddir ) /src/Makefile.global
1717
1818MAJOR_VERSION = 4
19- MINOR_VERSION = 9
19+ MINOR_VERSION = 10
2020PATCHLEVEL =0
2121
2222override CPPFLAGS := -I../include -I$(top_srcdir ) /src/interfaces/ecpg/include \
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ include $(top_builddir)/src/Makefile.global
1717# shared library parameters
1818NAME = pq
1919SO_MAJOR_VERSION = 5
20- SO_MINOR_VERSION = 6
20+ SO_MINOR_VERSION = 7
2121
2222override CPPFLAGS := -DFRONTEND -DUNSAFE_STAT_OK -I$(srcdir ) $(CPPFLAGS ) -I$(top_builddir ) /src/port -I$(top_srcdir ) /src/port
2323ifneq ($(PORTNAME ) , win32)
Original file line number Diff line number Diff line change @@ -316,7 +316,7 @@ sub mkvcbuild
316316 $ecpg -> AddPrefixInclude(' src\interfaces\ecpg\preproc' );
317317 $ecpg -> AddFiles(' src\interfaces\ecpg\preproc' , ' pgc.l' , ' preproc.y' );
318318 $ecpg -> AddDefine(' MAJOR_VERSION=4' );
319- $ecpg -> AddDefine(' MINOR_VERSION=9 ' );
319+ $ecpg -> AddDefine(' MINOR_VERSION=10 ' );
320320 $ecpg -> AddDefine(' PATCHLEVEL=0' );
321321 $ecpg -> AddDefine(' ECPG_COMPILE' );
322322 $ecpg -> AddReference($libpgport , $libpgcommon );
You can’t perform that action at this time.
0 commit comments