We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentc28d1b9 commit87cc5afCopy full SHA for 87cc5af
src/interfaces/ecpg/compatlib/Makefile
@@ -5,7 +5,7 @@
5
# Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
6
# Portions Copyright (c) 1994, Regents of the University of California
7
#
8
-# $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/Makefile,v 1.37 2008/01/01 19:45:59 momjian Exp $
+# $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/Makefile,v 1.38 2008/02/13 18:14:46 momjian Exp $
9
10
#-------------------------------------------------------------------------
11
@@ -15,7 +15,7 @@ include $(top_builddir)/src/Makefile.global
15
16
NAME= ecpg_compat
17
SO_MAJOR_VERSION= 3
18
-SO_MINOR_VERSION=0
+SO_MINOR_VERSION=1
19
DLTYPE= library
20
21
overrideCPPFLAGS := -I../include -I$(top_srcdir)/src/interfaces/ecpg/include\
src/interfaces/ecpg/ecpglib/Makefile
-# $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/Makefile,v 1.54 2008/01/01 19:45:59 momjian Exp $
+# $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/Makefile,v 1.55 2008/02/13 18:14:46 momjian Exp $
NAME= ecpg
SO_MAJOR_VERSION= 6
src/interfaces/ecpg/pgtypeslib/Makefile
-# $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/Makefile,v 1.39 2008/01/01 19:45:59 momjian Exp $
+# $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/Makefile,v 1.40 2008/02/13 18:14:46 momjian Exp $
NAME= pgtypes
src/interfaces/ecpg/preproc/Makefile
@@ -4,7 +4,7 @@
4
# Copyright (c) 1998-2008, PostgreSQL Global Development Group
-# $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/Makefile,v 1.130 2008/01/01 19:45:59 momjian Exp $
+# $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/Makefile,v 1.131 2008/02/13 18:14:46 momjian Exp $
@@ -14,7 +14,7 @@ top_builddir = ../../../..
14
include$(top_builddir)/src/Makefile.global
MAJOR_VERSION= 4
-MINOR_VERSION=4
+MINOR_VERSION=5
PATCHLEVEL=0
src/interfaces/libpq/Makefile
-# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.159 2008/01/01 19:46:00 momjian Exp $
+# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.160 2008/02/13 18:14:46 momjian Exp $
@@ -17,7 +17,7 @@ include $(top_builddir)/src/Makefile.global
# shared library parameters
NAME= pq
SO_MAJOR_VERSION= 5
-SO_MINOR_VERSION=1
+SO_MINOR_VERSION=2
22
23
overrideCPPFLAGS := -DFRONTEND -I$(srcdir)$(CPPFLAGS) -I$(top_builddir)/src/port