Skip to content

Commit

Permalink
Stamp shared-library minor version numbers for 9.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
tglsfdc committed Jun 30, 2015
1 parent cf8d65d commit 019f781
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/interfaces/ecpg/compatlib/Makefile
Expand Up @@ -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= 7
SO_MINOR_VERSION= 8

override CPPFLAGS := -I../include -I$(top_srcdir)/src/interfaces/ecpg/include \
-I$(libpq_srcdir) -DFRONTEND $(CPPFLAGS)
Expand Down
2 changes: 1 addition & 1 deletion src/interfaces/ecpg/ecpglib/Makefile
Expand Up @@ -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= 7
SO_MINOR_VERSION= 8

override CPPFLAGS := -I../include -I$(top_srcdir)/src/interfaces/ecpg/include \
-I$(libpq_srcdir) -I$(top_builddir)/src/port -DFRONTEND $(CPPFLAGS)
Expand Down
2 changes: 1 addition & 1 deletion src/interfaces/ecpg/pgtypeslib/Makefile
Expand Up @@ -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= 6
SO_MINOR_VERSION= 7

override CPPFLAGS := -I../include -I$(top_srcdir)/src/interfaces/ecpg/include \
-DFRONTEND $(CPPFLAGS)
Expand Down
2 changes: 1 addition & 1 deletion src/interfaces/ecpg/preproc/Makefile
Expand Up @@ -16,7 +16,7 @@ top_builddir = ../../../..
include $(top_builddir)/src/Makefile.global

MAJOR_VERSION= 4
MINOR_VERSION= 11
MINOR_VERSION= 12
PATCHLEVEL=0

override CPPFLAGS := -I../include -I$(top_srcdir)/src/interfaces/ecpg/include \
Expand Down
2 changes: 1 addition & 1 deletion src/interfaces/libpq/Makefile
Expand Up @@ -17,7 +17,7 @@ include $(top_builddir)/src/Makefile.global
# shared library parameters
NAME= pq
SO_MAJOR_VERSION= 5
SO_MINOR_VERSION= 8
SO_MINOR_VERSION= 9

override CPPFLAGS := -DFRONTEND -DUNSAFE_STAT_OK -I$(srcdir) $(CPPFLAGS) -I$(top_builddir)/src/port -I$(top_srcdir)/src/port
ifneq ($(PORTNAME), win32)
Expand Down
2 changes: 1 addition & 1 deletion src/tools/msvc/Mkvcbuild.pm
Expand Up @@ -256,7 +256,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=11');
$ecpg->AddDefine('MINOR_VERSION=12');
$ecpg->AddDefine('PATCHLEVEL=0');
$ecpg->AddDefine('ECPG_COMPILE');
$ecpg->AddReference($libpgcommon, $libpgport);
Expand Down

0 comments on commit 019f781

Please sign in to comment.