diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-12-09 02:49:09 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-12-09 02:49:09 +0000 |
commit | 7b1a7e786e40f27b4ab48a9d9d47e1fab5fd088b (patch) | |
tree | 4607e8f7ad954844f837a1624d84a86672566d15 /src/interfaces/ecpg/compatlib | |
parent | c599a247bbe55a29737c78e122b77de34c8bf917 (diff) | |
download | postgresql-7b1a7e786e40f27b4ab48a9d9d47e1fab5fd088b.tar.gz postgresql-7b1a7e786e40f27b4ab48a9d9d47e1fab5fd088b.zip |
Stamp libraries for 8.2 by updating minor library version numbers and
Win32 library files.
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 0baed9cdd18..479163b476d 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.21 2005/03/14 17:27:49 momjian Exp $ +# $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/Makefile,v 1.22 2005/12/09 02:49:09 momjian Exp $ # #------------------------------------------------------------------------- @@ -14,7 +14,7 @@ include $(top_builddir)/src/Makefile.global NAME= ecpg_compat SO_MAJOR_VERSION= 2 -SO_MINOR_VERSION= 1 +SO_MINOR_VERSION= 2 DLTYPE= library override CPPFLAGS := -I$(top_srcdir)/src/interfaces/ecpg/include -I$(libpq_srcdir) \ |