File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 55# Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
66# Portions Copyright (c) 1994, Regents of the University of California
77#
8- # $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/Makefile,v 1.37 2008/01/01 19:45:59 momjian Exp $
8+ # $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/Makefile,v 1.38 2008/02/13 18:14:46 momjian Exp $
99#
1010# -------------------------------------------------------------------------
1111
@@ -15,7 +15,7 @@ include $(top_builddir)/src/Makefile.global
1515
1616NAME = ecpg_compat
1717SO_MAJOR_VERSION = 3
18- SO_MINOR_VERSION = 0
18+ SO_MINOR_VERSION = 1
1919DLTYPE = library
2020
2121override CPPFLAGS := -I../include -I$(top_srcdir ) /src/interfaces/ecpg/include \
Original file line number Diff line number Diff line change 55# Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
66# Portions Copyright (c) 1994, Regents of the University of California
77#
8- # $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/Makefile,v 1.54 2008/01/01 19:45:59 momjian Exp $
8+ # $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/Makefile,v 1.55 2008/02/13 18:14:46 momjian Exp $
99#
1010# -------------------------------------------------------------------------
1111
@@ -15,7 +15,7 @@ include $(top_builddir)/src/Makefile.global
1515
1616NAME = ecpg
1717SO_MAJOR_VERSION = 6
18- SO_MINOR_VERSION = 0
18+ SO_MINOR_VERSION = 1
1919DLTYPE = library
2020
2121override CPPFLAGS := -I../include -I$(top_srcdir ) /src/interfaces/ecpg/include \
Original file line number Diff line number Diff line change 55# Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
66# Portions Copyright (c) 1994, Regents of the University of California
77#
8- # $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/Makefile,v 1.39 2008/01/01 19:45:59 momjian Exp $
8+ # $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/Makefile,v 1.40 2008/02/13 18:14:46 momjian Exp $
99#
1010# -------------------------------------------------------------------------
1111
@@ -15,7 +15,7 @@ include $(top_builddir)/src/Makefile.global
1515
1616NAME = pgtypes
1717SO_MAJOR_VERSION = 3
18- SO_MINOR_VERSION = 0
18+ SO_MINOR_VERSION = 1
1919DLTYPE = library
2020
2121override CPPFLAGS := -I../include -I$(top_srcdir ) /src/interfaces/ecpg/include \
Original file line number Diff line number Diff line change 44#
55# Copyright (c) 1998-2008, PostgreSQL Global Development Group
66#
7- # $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/Makefile,v 1.130 2008/01/01 19:45:59 momjian Exp $
7+ # $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/Makefile,v 1.131 2008/02/13 18:14:46 momjian Exp $
88#
99# -------------------------------------------------------------------------
1010
@@ -14,7 +14,7 @@ top_builddir = ../../../..
1414include $(top_builddir ) /src/Makefile.global
1515
1616MAJOR_VERSION = 4
17- MINOR_VERSION = 4
17+ MINOR_VERSION = 5
1818PATCHLEVEL =0
1919
2020override CPPFLAGS := -I../include -I$(top_srcdir ) /src/interfaces/ecpg/include \
Original file line number Diff line number Diff line change 55# Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
66# Portions Copyright (c) 1994, Regents of the University of California
77#
8- # $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.159 2008/01/01 19:46:00 momjian Exp $
8+ # $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.160 2008/02/13 18:14:46 momjian Exp $
99#
1010# -------------------------------------------------------------------------
1111
@@ -17,7 +17,7 @@ include $(top_builddir)/src/Makefile.global
1717# shared library parameters
1818NAME = pq
1919SO_MAJOR_VERSION = 5
20- SO_MINOR_VERSION = 1
20+ SO_MINOR_VERSION = 2
2121DLTYPE = library
2222
2323override CPPFLAGS := -DFRONTEND -I$(srcdir ) $(CPPFLAGS ) -I$(top_builddir ) /src/port
You can’t perform that action at this time.
0 commit comments