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 parent2ed560c commit2b0bb79Copy full SHA for 2b0bb79
src/interfaces/ecpg/compatlib/Makefile
@@ -4,7 +4,7 @@
4
#
5
# Copyright (c) 1994, Regents of the University of California
6
7
-# $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/Makefile,v 1.20 2005/03/11 19:13:42 momjian Exp $
+# $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/Makefile,v 1.21 2005/03/14 17:27:49 momjian Exp $
8
9
#-------------------------------------------------------------------------
10
@@ -14,7 +14,7 @@ include $(top_builddir)/src/Makefile.global
14
15
NAME= ecpg_compat
16
SO_MAJOR_VERSION= 2
17
-SO_MINOR_VERSION=0
+SO_MINOR_VERSION=1
18
DLTYPE= library
19
20
overrideCPPFLAGS := -I$(top_srcdir)/src/interfaces/ecpg/include -I$(libpq_srcdir)\
src/interfaces/ecpg/ecpglib/Makefile
-# $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/Makefile,v 1.32 2005/03/11 19:13:42 momjian Exp $
+# $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/Makefile,v 1.33 2005/03/14 17:27:50 momjian Exp $
NAME= ecpg
SO_MAJOR_VERSION= 5
overrideCPPFLAGS := -DFRONTEND -I$(top_srcdir)/src/interfaces/ecpg/include\
src/interfaces/ecpg/pgtypeslib/Makefile
-# $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/Makefile,v 1.25 2005/03/11 19:13:43 momjian Exp $
+# $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/Makefile,v 1.26 2005/03/14 17:27:50 momjian Exp $
NAME= pgtypes
overrideCPPFLAGS := -I$(top_srcdir)/src/interfaces/ecpg/include\
src/interfaces/ecpg/preproc/Makefile
# Copyright (c) 1998-2005, PostgreSQL Global Development Group
-# $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/Makefile,v 1.113 2005/03/11 19:13:43 momjian Exp $
+# $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/Makefile,v 1.114 2005/03/14 17:27:50 momjian Exp $
@@ -14,7 +14,7 @@ top_builddir = ../../../..
include$(top_builddir)/src/Makefile.global
MAJOR_VERSION= 4
-MINOR_VERSION=0
+MINOR_VERSION=1
PATCHLEVEL=1
overrideCPPFLAGS := -I$(srcdir)/../include -I$(srcdir)$(CPPFLAGS)\
src/interfaces/libpq/Makefile
@@ -5,7 +5,7 @@
# Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
-# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.129 2005/03/11 19:13:43 momjian Exp $
+# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.130 2005/03/14 17:27:50 momjian Exp $
11
@@ -17,7 +17,7 @@ include $(top_builddir)/src/Makefile.global
# shared library parameters
NAME= pq
SO_MAJOR_VERSION= 4
21
22
23
overrideCPPFLAGS := -DFRONTEND -I$(srcdir)$(CPPFLAGS) -I$(top_builddir)/src/port