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

index 2ceba93f97ec812b99bd848749c8a0733e10b423..a6f8221ae79f6955d1514e167459fcb5af1ff940 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.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 \