aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Meskes <meskes@postgresql.org>2008-03-21 16:10:23 +0000
committerMichael Meskes <meskes@postgresql.org>2008-03-21 16:10:23 +0000
commit35ea0a9b8dd8dadc3eb0592a416aa2dbcd5ec9e2 (patch)
treed14514b3a02c36b6bd09eeddec221d532b84e790
parent480d4f7ea50b2e4d65e1f7eb7e6eb11f7aaaad6b (diff)
downloadpostgresql-35ea0a9b8dd8dadc3eb0592a416aa2dbcd5ec9e2.tar.gz
postgresql-35ea0a9b8dd8dadc3eb0592a416aa2dbcd5ec9e2.zip
Corrected version number.
-rw-r--r--src/interfaces/ecpg/ecpglib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/ecpg/ecpglib/Makefile b/src/interfaces/ecpg/ecpglib/Makefile
index 2ceba93f97e..a6f8221ae79 100644
--- a/src/interfaces/ecpg/ecpglib/Makefile
+++ b/src/interfaces/ecpg/ecpglib/Makefile
@@ -5,7 +5,7 @@
# Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
#
-# $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/Makefile,v 1.57 2008/03/20 16:29:44 meskes Exp $
+# $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/Makefile,v 1.58 2008/03/21 16:10:23 meskes Exp $
#
#-------------------------------------------------------------------------
@@ -15,7 +15,7 @@ include $(top_builddir)/src/Makefile.global
NAME= ecpg
SO_MAJOR_VERSION= 6
-SO_MINOR_VERSION= 2
+SO_MINOR_VERSION= 1
DLTYPE= library
override CPPFLAGS := -I../include -I$(top_srcdir)/src/interfaces/ecpg/include \