diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2012-06-13 22:06:26 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2012-06-13 22:06:26 -0400 |
commit | 357c5493349c5d7603739b9a44384b0e9f35fc25 (patch) | |
tree | e53ae563e01143bdc18e1a3765d4f932f4838ea0 /src/interfaces/ecpg/ecpglib | |
parent | bed88fceac04042f0105eb22a018a4f91d64400d (diff) | |
download | postgresql-357c5493349c5d7603739b9a44384b0e9f35fc25.tar.gz postgresql-357c5493349c5d7603739b9a44384b0e9f35fc25.zip |
Stamp library minor versions for 9.3.
This includes fixing the MSVC copy of ecpg/preproc's version info, which
seems to have been overlooked repeatedly. Can't we fix that so there are
not two copies??
Diffstat (limited to 'src/interfaces/ecpg/ecpglib')
-rw-r--r-- | src/interfaces/ecpg/ecpglib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/ecpglib/Makefile b/src/interfaces/ecpg/ecpglib/Makefile index 582e8ce7929..565df3c7357 100644 --- a/src/interfaces/ecpg/ecpglib/Makefile +++ b/src/interfaces/ecpg/ecpglib/Makefile @@ -15,7 +15,7 @@ include $(top_builddir)/src/Makefile.global NAME= ecpg SO_MAJOR_VERSION= 6 -SO_MINOR_VERSION= 4 +SO_MINOR_VERSION= 5 override CPPFLAGS := -I../include -I$(top_srcdir)/src/interfaces/ecpg/include \ -I$(libpq_srcdir) -I$(top_builddir)/src/port $(CPPFLAGS) |