Changed the version numbers, but did not commit the Makefiles.
authorMichael Meskes <meskes@postgresql.org>
Mon, 11 Mar 2002 12:56:02 +0000 (12:56 +0000)
committerMichael Meskes <meskes@postgresql.org>
Mon, 11 Mar 2002 12:56:02 +0000 (12:56 +0000)
src/interfaces/ecpg/lib/Makefile
src/interfaces/ecpg/preproc/Makefile

index 9395cd1c32f8ba2bfffeed3aa20e6dea07a2f4c4..d268cf9df33c7c1d397f9c08492efd2176ea2694 100644 (file)
@@ -14,7 +14,7 @@ include $(top_builddir)/src/Makefile.global
 
 NAME= ecpg
 SO_MAJOR_VERSION= 3
-SO_MINOR_VERSION= 3.0
+SO_MINOR_VERSION= 4.0
 
 override CPPFLAGS := -I$(top_srcdir)/src/interfaces/ecpg/include -I$(libpq_srcdir) $(CPPFLAGS)
 
index c632965d015a40989864e97d867ee534990ec840..c63d16eb28f566dddbb3941ae4b0f50d768046ad 100644 (file)
@@ -5,7 +5,7 @@ top_builddir = ../../../..
 include $(top_builddir)/src/Makefile.global
 
 MAJOR_VERSION=2
-MINOR_VERSION=9
+MINOR_VERSION=10
 PATCHLEVEL=0
 
 override CPPFLAGS := -I$(srcdir)/../include -I$(srcdir) $(CPPFLAGS) \