File tree 5 files changed +10
-10
lines changed
5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 5
5
# Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
6
6
# Portions Copyright (c) 1994, Regents of the University of California
7
7
#
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 $
9
9
#
10
10
# -------------------------------------------------------------------------
11
11
@@ -15,7 +15,7 @@ include $(top_builddir)/src/Makefile.global
15
15
16
16
NAME = ecpg_compat
17
17
SO_MAJOR_VERSION = 3
18
- SO_MINOR_VERSION = 0
18
+ SO_MINOR_VERSION = 1
19
19
DLTYPE = library
20
20
21
21
override CPPFLAGS := -I../include -I$(top_srcdir ) /src/interfaces/ecpg/include \
Original file line number Diff line number Diff line change 5
5
# Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
6
6
# Portions Copyright (c) 1994, Regents of the University of California
7
7
#
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 $
9
9
#
10
10
# -------------------------------------------------------------------------
11
11
@@ -15,7 +15,7 @@ include $(top_builddir)/src/Makefile.global
15
15
16
16
NAME = ecpg
17
17
SO_MAJOR_VERSION = 6
18
- SO_MINOR_VERSION = 0
18
+ SO_MINOR_VERSION = 1
19
19
DLTYPE = library
20
20
21
21
override CPPFLAGS := -I../include -I$(top_srcdir ) /src/interfaces/ecpg/include \
Original file line number Diff line number Diff line change 5
5
# Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
6
6
# Portions Copyright (c) 1994, Regents of the University of California
7
7
#
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 $
9
9
#
10
10
# -------------------------------------------------------------------------
11
11
@@ -15,7 +15,7 @@ include $(top_builddir)/src/Makefile.global
15
15
16
16
NAME = pgtypes
17
17
SO_MAJOR_VERSION = 3
18
- SO_MINOR_VERSION = 0
18
+ SO_MINOR_VERSION = 1
19
19
DLTYPE = library
20
20
21
21
override CPPFLAGS := -I../include -I$(top_srcdir ) /src/interfaces/ecpg/include \
Original file line number Diff line number Diff line change 4
4
#
5
5
# Copyright (c) 1998-2008, PostgreSQL Global Development Group
6
6
#
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 $
8
8
#
9
9
# -------------------------------------------------------------------------
10
10
@@ -14,7 +14,7 @@ top_builddir = ../../../..
14
14
include $(top_builddir ) /src/Makefile.global
15
15
16
16
MAJOR_VERSION = 4
17
- MINOR_VERSION = 4
17
+ MINOR_VERSION = 5
18
18
PATCHLEVEL =0
19
19
20
20
override CPPFLAGS := -I../include -I$(top_srcdir ) /src/interfaces/ecpg/include \
Original file line number Diff line number Diff line change 5
5
# Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
6
6
# Portions Copyright (c) 1994, Regents of the University of California
7
7
#
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 $
9
9
#
10
10
# -------------------------------------------------------------------------
11
11
@@ -17,7 +17,7 @@ include $(top_builddir)/src/Makefile.global
17
17
# shared library parameters
18
18
NAME = pq
19
19
SO_MAJOR_VERSION = 5
20
- SO_MINOR_VERSION = 1
20
+ SO_MINOR_VERSION = 2
21
21
DLTYPE = library
22
22
23
23
override CPPFLAGS := -DFRONTEND -I$(srcdir ) $(CPPFLAGS ) -I$(top_builddir ) /src/port
You can’t perform that action at this time.
0 commit comments