1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-21 10:42:50 +03:00

Stamp major release 8.3.0, and increment library version numbers.

This commit is contained in:
Bruce Momjian
2007-01-05 20:54:43 +00:00
parent b358d9cf40
commit 1c3b43cddd
10 changed files with 23 additions and 22 deletions

View File

@@ -4,7 +4,7 @@
#
# Copyright (c) 1994, Regents of the University of California
#
# $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/Makefile,v 1.44 2006/09/28 14:48:45 tgl Exp $
# $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/Makefile,v 1.45 2007/01/05 20:54:39 momjian Exp $
#
#-------------------------------------------------------------------------
@@ -14,7 +14,7 @@ include $(top_builddir)/src/Makefile.global
NAME= ecpg
SO_MAJOR_VERSION= 5
SO_MINOR_VERSION= 2
SO_MINOR_VERSION= 3
DLTYPE= library
override CPPFLAGS := -DFRONTEND \