1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-28 18:48:04 +03:00

Stamp minor version numbers for 7.4 release.

This commit is contained in:
Bruce Momjian
2002-12-04 18:14:11 +00:00
parent e3d7c9ba54
commit 5cdf45c6aa
6 changed files with 15 additions and 15 deletions

View File

@@ -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)