diff options
| author | Michael Meskes | 2002-03-11 12:56:02 +0000 |
|---|---|---|
| committer | Michael Meskes | 2002-03-11 12:56:02 +0000 |
| commit | 9f9e3c9803a2690d213c498029ac4abf6f3f73b4 (patch) | |
| tree | 00f02293b23f9018ecd7977d7f9aa45304f00219 /src/interfaces/ecpg/lib | |
| parent | dadb718b103d6675399547d3f6c12d0726f9537e (diff) | |
Changed the version numbers, but did not commit the Makefiles.
Diffstat (limited to 'src/interfaces/ecpg/lib')
| -rw-r--r-- | src/interfaces/ecpg/lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/ecpg/lib/Makefile b/src/interfaces/ecpg/lib/Makefile index 775ac24f72c..50e26b47492 100644 --- a/src/interfaces/ecpg/lib/Makefile +++ b/src/interfaces/ecpg/lib/Makefile @@ -4,7 +4,7 @@ # # Copyright (c) 1994, Regents of the University of California # -# $Header: /cvsroot/pgsql/src/interfaces/ecpg/lib/Attic/Makefile,v 1.15 2002/01/08 20:41:26 petere Exp $ +# $Header: /cvsroot/pgsql/src/interfaces/ecpg/lib/Attic/Makefile,v 1.16 2002/03/11 12:55:55 meskes Exp $ # #------------------------------------------------------------------------- @@ -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) |
