diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-11-30 06:09:54 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-11-30 06:09:54 +0000 |
commit | 32abf0e781d813a5ceca77928997fff434a06a8f (patch) | |
tree | 3a7db97d3f88c123a098e1343e3a2346c02c2294 /src/interfaces/ecpg/compatlib | |
parent | 38887379a249b5226ee92d0f94dfc0e6b66f276d (diff) | |
download | postgresql-32abf0e781d813a5ceca77928997fff434a06a8f.tar.gz postgresql-32abf0e781d813a5ceca77928997fff434a06a8f.zip |
Bump all version numbers and version stamps mentioned in RELEASE_CHANGES.
Diffstat (limited to 'src/interfaces/ecpg/compatlib')
-rw-r--r-- | src/interfaces/ecpg/compatlib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/ecpg/compatlib/Makefile b/src/interfaces/ecpg/compatlib/Makefile index 62a7e3622a4..2dd701ec7c3 100644 --- a/src/interfaces/ecpg/compatlib/Makefile +++ b/src/interfaces/ecpg/compatlib/Makefile @@ -4,7 +4,7 @@ # # Copyright (c) 1994, Regents of the University of California # -# $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/Makefile,v 1.12 2003/11/29 19:52:08 pgsql Exp $ +# $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/Makefile,v 1.13 2003/11/30 06:09:42 momjian Exp $ # #------------------------------------------------------------------------- @@ -14,7 +14,7 @@ include $(top_builddir)/src/Makefile.global NAME= ecpg_compat SO_MAJOR_VERSION= 1 -SO_MINOR_VERSION= 0 +SO_MINOR_VERSION= 1 override CPPFLAGS := -I$(top_srcdir)/src/interfaces/ecpg/include -I$(libpq_srcdir) -I$(top_srcdir)/src/include/utils $(CPPFLAGS) $(THREAD_CPPFLAGS) SHLIB_LINK = -L../ecpglib -lecpg -L../pgtypeslib -lpgtypes $(libpq) \ |