diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-12-11 04:07:39 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-12-11 04:07:39 +0000 |
commit | 6ca16d7b807524b4a5121c578bcf6a9f935684b2 (patch) | |
tree | e3643918e95c7d2d4d5f05d818b0c8b67c7dd11b /src/interfaces/python | |
parent | 944f95d2b6e6e304cf9cf5f475d01d8a5691ce7d (diff) | |
download | postgresql-6ca16d7b807524b4a5121c578bcf6a9f935684b2.tar.gz postgresql-6ca16d7b807524b4a5121c578bcf6a9f935684b2.zip |
Bump version for 7.3 and 7.4.
Diffstat (limited to 'src/interfaces/python')
-rw-r--r-- | src/interfaces/python/GNUmakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/python/GNUmakefile b/src/interfaces/python/GNUmakefile index 3045502126e..7576372c602 100644 --- a/src/interfaces/python/GNUmakefile +++ b/src/interfaces/python/GNUmakefile @@ -1,4 +1,4 @@ -# $Header: /cvsroot/pgsql/src/interfaces/python/Attic/GNUmakefile,v 1.14 2002/12/04 18:14:11 momjian Exp $ +# $Header: /cvsroot/pgsql/src/interfaces/python/Attic/GNUmakefile,v 1.15 2002/12/11 04:07:39 momjian Exp $ subdir = src/interfaces/python top_builddir = ../../.. @@ -6,7 +6,7 @@ include $(top_builddir)/src/Makefile.global NAME = _pgmodule SO_MAJOR_VERSION = 2 -SO_MINOR_VERSION = 3 +SO_MINOR_VERSION = 4 OBJS = pgmodule.o SHLIB_LINK = $(libpq) ifeq ($(PORTNAME), win) |