diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-03-13 22:04:45 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-03-13 22:04:45 +0000 |
commit | f38cb720d9435ade289c559d2082877d4ebbf4cc (patch) | |
tree | bbfa9e4cf182555b1fad605c6862bc4caf981094 /src/interfaces/ecpg/ecpglib | |
parent | b3dbaab1e95d43e106e805b3e19666c435470c43 (diff) | |
download | postgresql-f38cb720d9435ade289c559d2082877d4ebbf4cc.tar.gz postgresql-f38cb720d9435ade289c559d2082877d4ebbf4cc.zip |
Increment all major version numbers in 8.0.X to force recompile of
client aplications so 7.4.X releases can be installed on the same
machine as 8.0.X.
Diffstat (limited to 'src/interfaces/ecpg/ecpglib')
-rw-r--r-- | src/interfaces/ecpg/ecpglib/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/interfaces/ecpg/ecpglib/Makefile b/src/interfaces/ecpg/ecpglib/Makefile index 1197f8d7411..a9169858049 100644 --- a/src/interfaces/ecpg/ecpglib/Makefile +++ b/src/interfaces/ecpg/ecpglib/Makefile @@ -4,7 +4,7 @@ # # Copyright (c) 1994, Regents of the University of California # -# $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/Makefile,v 1.29.4.1 2005/01/26 19:24:17 tgl Exp $ +# $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/Makefile,v 1.29.4.2 2005/03/13 22:04:45 momjian Exp $ # #------------------------------------------------------------------------- @@ -13,8 +13,8 @@ top_builddir = ../../../.. include $(top_builddir)/src/Makefile.global NAME= ecpg -SO_MAJOR_VERSION= 4 -SO_MINOR_VERSION= 2 +SO_MAJOR_VERSION= 5 +SO_MINOR_VERSION= 0 DLTYPE= library override CPPFLAGS := -DFRONTEND -I$(top_srcdir)/src/interfaces/ecpg/include \ |