1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +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
src/interfaces

@ -4,7 +4,7 @@
#
# Copyright (c) 1994, Regents of the University of California
#
# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile,v 1.27 2002/07/27 20:10:05 petere Exp $
# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile,v 1.28 2002/12/04 18:14:11 momjian Exp $
#
#-------------------------------------------------------------------------
@ -14,7 +14,7 @@ include ../../Makefile.global
NAME= pgtcl
SO_MAJOR_VERSION= 2
SO_MINOR_VERSION= 2
SO_MINOR_VERSION= 3
override CPPFLAGS := -I$(libpq_srcdir) $(CPPFLAGS)