Stamp libraries versions for 9.2 (better late than never).
This commit is contained in:
parent
d75829a682
commit
d24ac36f4f
@ -15,7 +15,7 @@ include $(top_builddir)/src/Makefile.global
|
|||||||
|
|
||||||
NAME= ecpg_compat
|
NAME= ecpg_compat
|
||||||
SO_MAJOR_VERSION= 3
|
SO_MAJOR_VERSION= 3
|
||||||
SO_MINOR_VERSION= 3
|
SO_MINOR_VERSION= 4
|
||||||
|
|
||||||
override CPPFLAGS := -I../include -I$(top_srcdir)/src/interfaces/ecpg/include \
|
override CPPFLAGS := -I../include -I$(top_srcdir)/src/interfaces/ecpg/include \
|
||||||
-I$(libpq_srcdir) -I$(top_srcdir)/src/include/utils $(CPPFLAGS)
|
-I$(libpq_srcdir) -I$(top_srcdir)/src/include/utils $(CPPFLAGS)
|
||||||
|
@ -15,7 +15,7 @@ include $(top_builddir)/src/Makefile.global
|
|||||||
|
|
||||||
NAME= ecpg
|
NAME= ecpg
|
||||||
SO_MAJOR_VERSION= 6
|
SO_MAJOR_VERSION= 6
|
||||||
SO_MINOR_VERSION= 3
|
SO_MINOR_VERSION= 4
|
||||||
|
|
||||||
override CPPFLAGS := -I../include -I$(top_srcdir)/src/interfaces/ecpg/include \
|
override CPPFLAGS := -I../include -I$(top_srcdir)/src/interfaces/ecpg/include \
|
||||||
-I$(libpq_srcdir) -I$(top_builddir)/src/port $(CPPFLAGS)
|
-I$(libpq_srcdir) -I$(top_builddir)/src/port $(CPPFLAGS)
|
||||||
|
@ -15,7 +15,7 @@ include $(top_builddir)/src/Makefile.global
|
|||||||
|
|
||||||
NAME= pgtypes
|
NAME= pgtypes
|
||||||
SO_MAJOR_VERSION= 3
|
SO_MAJOR_VERSION= 3
|
||||||
SO_MINOR_VERSION= 2
|
SO_MINOR_VERSION= 3
|
||||||
|
|
||||||
override CPPFLAGS := -I../include -I$(top_srcdir)/src/interfaces/ecpg/include \
|
override CPPFLAGS := -I../include -I$(top_srcdir)/src/interfaces/ecpg/include \
|
||||||
-I$(top_srcdir)/src/include/utils -I$(libpq_srcdir) $(CPPFLAGS)
|
-I$(top_srcdir)/src/include/utils -I$(libpq_srcdir) $(CPPFLAGS)
|
||||||
|
@ -16,7 +16,7 @@ top_builddir = ../../../..
|
|||||||
include $(top_builddir)/src/Makefile.global
|
include $(top_builddir)/src/Makefile.global
|
||||||
|
|
||||||
MAJOR_VERSION= 4
|
MAJOR_VERSION= 4
|
||||||
MINOR_VERSION= 7
|
MINOR_VERSION= 8
|
||||||
PATCHLEVEL=0
|
PATCHLEVEL=0
|
||||||
|
|
||||||
override CPPFLAGS := -I../include -I$(top_srcdir)/src/interfaces/ecpg/include \
|
override CPPFLAGS := -I../include -I$(top_srcdir)/src/interfaces/ecpg/include \
|
||||||
|
@ -17,7 +17,7 @@ include $(top_builddir)/src/Makefile.global
|
|||||||
# shared library parameters
|
# shared library parameters
|
||||||
NAME= pq
|
NAME= pq
|
||||||
SO_MAJOR_VERSION= 5
|
SO_MAJOR_VERSION= 5
|
||||||
SO_MINOR_VERSION= 4
|
SO_MINOR_VERSION= 5
|
||||||
|
|
||||||
override CPPFLAGS := -DFRONTEND -DUNSAFE_STAT_OK -I$(srcdir) $(CPPFLAGS) -I$(top_builddir)/src/port -I$(top_srcdir)/src/port
|
override CPPFLAGS := -DFRONTEND -DUNSAFE_STAT_OK -I$(srcdir) $(CPPFLAGS) -I$(top_builddir)/src/port -I$(top_srcdir)/src/port
|
||||||
ifneq ($(PORTNAME), win32)
|
ifneq ($(PORTNAME), win32)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user