]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Corrected version number.
authorMichael Meskes <meskes@postgresql.org>
Fri, 21 Mar 2008 16:10:10 +0000 (16:10 +0000)
committerMichael Meskes <meskes@postgresql.org>
Fri, 21 Mar 2008 16:10:10 +0000 (16:10 +0000)
src/interfaces/ecpg/ecpglib/Makefile

index a82f19644f6238e0a66e5a36a3df45341608ade4..94195fe9bb53d3dae6cb44a634127cf70ccf5f2c 100644 (file)
@@ -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.54.2.1 2008/03/20 16:30:14 meskes Exp $
+# $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/Makefile,v 1.54.2.2 2008/03/21 16:10:10 meskes Exp $
 #
 #-------------------------------------------------------------------------
 
@@ -15,7 +15,7 @@ include $(top_builddir)/src/Makefile.global
 
 NAME= ecpg
 SO_MAJOR_VERSION= 6
-SO_MINOR_VERSION= 1
+SO_MINOR_VERSION= 0
 DLTYPE= library
 
 override CPPFLAGS := -I../include -I$(top_srcdir)/src/interfaces/ecpg/include \