diff options
| author | Bruce Momjian | 2002-12-11 04:08:05 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2002-12-11 04:08:05 +0000 |
| commit | f28802cac8082d32672212b9fbc4d0c654ce9a7a (patch) | |
| tree | 860214ddbdffac6c98ce8dc2d2957740357b0903 /src/interfaces/libpq | |
| parent | ac3534f9738c464fc07e323bc2d55044101a4f2f (diff) | |
Bump version for 7.3 and 7.4.
Diffstat (limited to 'src/interfaces/libpq')
| -rw-r--r-- | src/interfaces/libpq/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/libpq/Makefile b/src/interfaces/libpq/Makefile index 47f0744a5a5..b05a6167a77 100644 --- a/src/interfaces/libpq/Makefile +++ b/src/interfaces/libpq/Makefile @@ -4,7 +4,7 @@ # # Copyright (c) 1994, Regents of the University of California # -# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.65 2002/09/03 21:45:44 petere Exp $ +# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.65.2.1 2002/12/11 04:08:05 momjian Exp $ # #------------------------------------------------------------------------- @@ -16,7 +16,7 @@ include $(top_builddir)/src/Makefile.global # shared library parameters NAME= pq SO_MAJOR_VERSION= 2 -SO_MINOR_VERSION= 2 +SO_MINOR_VERSION= 3 override CPPFLAGS := -I$(srcdir) $(CPPFLAGS) -DFRONTEND -DSYSCONFDIR='"$(sysconfdir)"' |
