Rename libpq++.H to libpq++.h.

This commit is contained in:
Bruce Momjian 1999-12-03 17:35:05 +00:00
parent 89ad160622
commit 5ada36c1e4
3 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
5/18/1999 - vv
---------
* Rewrote libpq++.H
* Rewrote libpq++.h
* Incremented shared library version to 3.0
* Cleaned up makefiles
* Made examples use the installed versions of the library and header

View File

@ -6,7 +6,7 @@
# Copyright (c) 1994, Regents of the University of California
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/Makefile.in,v 1.17 1999/09/07 18:10:49 tgl Exp $
# $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/Makefile.in,v 1.18 1999/12/03 17:35:05 momjian Exp $
#
#-------------------------------------------------------------------------
@ -75,7 +75,7 @@ install: install-headers install-lib $(install-shlib-dep)
LIBPGXXDIR = libpq++
LIBPGXXHEADERDIR = $(HEADERDIR)/$(LIBPGXXDIR)
MAINHEADER = libpq++.H
MAINHEADER = libpq++.h
LIBPGXXHEADERS = pgconnection.h \
pgdatabase.h \
pgtransdb.h \

View File

@ -1,7 +1,7 @@
/*-------------------------------------------------------------------------
*
* libpq++.H
* libpq++.h
*
*
* DESCRIPTION
@ -30,7 +30,7 @@ extern "C" {
#include "libpq-fe.h"
}
static char rcsid[] = "$Id: libpq++.H,v 1.7 1999/10/22 19:05:02 momjian Exp $";
static char rcsid[] = "$Id: libpq++.h,v 1.3 1999/12/03 17:35:05 momjian Exp $";
// ****************************************************************