1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-26 23:43:30 +03:00

Increment libpq major number for 7.3.1 and minor for 7.4.

This commit is contained in:
Bruce Momjian
2002-12-13 22:18:22 +00:00
parent 8fba8caba6
commit 9056af5b63

View File

@@ -4,7 +4,7 @@
# #
# Copyright (c) 1994, Regents of the University of California # Copyright (c) 1994, Regents of the University of California
# #
# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.65.2.1 2002/12/11 04:08:05 momjian Exp $ # $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.65.2.2 2002/12/13 22:18:22 momjian Exp $
# #
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
@@ -15,8 +15,8 @@ include $(top_builddir)/src/Makefile.global
# shared library parameters # shared library parameters
NAME= pq NAME= pq
SO_MAJOR_VERSION= 2 SO_MAJOR_VERSION= 3
SO_MINOR_VERSION= 3 SO_MINOR_VERSION= 0
override CPPFLAGS := -I$(srcdir) $(CPPFLAGS) -DFRONTEND -DSYSCONFDIR='"$(sysconfdir)"' override CPPFLAGS := -I$(srcdir) $(CPPFLAGS) -DFRONTEND -DSYSCONFDIR='"$(sysconfdir)"'