diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-12-04 18:14:11 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-12-04 18:14:11 +0000 |
commit | 5cdf45c6aa8b1c859ba268f1884e77f3d9770aed (patch) | |
tree | 3dd90a57e9aecd3b82a6220cdcfad34f35e49ed2 /src/interfaces/python | |
parent | e3d7c9ba5434cdf743a8b921db457f3fb52a377d (diff) | |
download | postgresql-5cdf45c6aa8b1c859ba268f1884e77f3d9770aed.tar.gz postgresql-5cdf45c6aa8b1c859ba268f1884e77f3d9770aed.zip |
Stamp minor version numbers for 7.4 release.
Diffstat (limited to 'src/interfaces/python')
-rw-r--r-- | src/interfaces/python/GNUmakefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/interfaces/python/GNUmakefile b/src/interfaces/python/GNUmakefile index 12550424031..3045502126e 100644 --- a/src/interfaces/python/GNUmakefile +++ b/src/interfaces/python/GNUmakefile @@ -1,12 +1,12 @@ -# $Header: /cvsroot/pgsql/src/interfaces/python/Attic/GNUmakefile,v 1.13 2001/12/13 18:39:04 petere Exp $ +# $Header: /cvsroot/pgsql/src/interfaces/python/Attic/GNUmakefile,v 1.14 2002/12/04 18:14:11 momjian Exp $ subdir = src/interfaces/python top_builddir = ../../.. include $(top_builddir)/src/Makefile.global NAME = _pgmodule -SO_MAJOR_VERSION = 0 -SO_MINOR_VERSION = 0 +SO_MAJOR_VERSION = 2 +SO_MINOR_VERSION = 3 OBJS = pgmodule.o SHLIB_LINK = $(libpq) ifeq ($(PORTNAME), win) |