aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/compatlib
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2005-01-18 05:00:35 +0000
committerBruce Momjian <bruce@momjian.us>2005-01-18 05:00:35 +0000
commit31197bbdf571ee86a132b56e55eda063f67f07ea (patch)
tree837732e4d04f6a3d90efb354ef0eec103fa11976 /src/interfaces/ecpg/compatlib
parentf87e5b295c43fa6cbf6cd743c9c7ed48adf9388c (diff)
downloadpostgresql-31197bbdf571ee86a132b56e55eda063f67f07ea.tar.gz
postgresql-31197bbdf571ee86a132b56e55eda063f67f07ea.zip
Update version stamps for 8.1 as listed in RELEASE_CHANGES.
Diffstat (limited to 'src/interfaces/ecpg/compatlib')
-rw-r--r--src/interfaces/ecpg/compatlib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/ecpg/compatlib/Makefile b/src/interfaces/ecpg/compatlib/Makefile
index 0d797c1d87c..45f945281bc 100644
--- a/src/interfaces/ecpg/compatlib/Makefile
+++ b/src/interfaces/ecpg/compatlib/Makefile
@@ -4,7 +4,7 @@
#
# Copyright (c) 1994, Regents of the University of California
#
-# $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/Makefile,v 1.18 2004/07/13 00:06:39 tgl Exp $
+# $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/Makefile,v 1.19 2005/01/18 05:00:15 momjian Exp $
#
#-------------------------------------------------------------------------
@@ -14,7 +14,7 @@ include $(top_builddir)/src/Makefile.global
NAME= ecpg_compat
SO_MAJOR_VERSION= 1
-SO_MINOR_VERSION= 1
+SO_MINOR_VERSION= 2
DLTYPE= library
override CPPFLAGS := -I$(top_srcdir)/src/interfaces/ecpg/include -I$(libpq_srcdir) \