aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Meskes <meskes@postgresql.org>2003-06-15 12:06:50 +0000
committerMichael Meskes <meskes@postgresql.org>2003-06-15 12:06:50 +0000
commita0f29e3afda07c63593a7177a16eec0fbc1d0369 (patch)
tree1f13bf14fc0b66f614559497a9a1d909623da89f /src
parent86a83319358303dd891e9e1b3bb69d56c1983adb (diff)
downloadpostgresql-a0f29e3afda07c63593a7177a16eec0fbc1d0369.tar.gz
postgresql-a0f29e3afda07c63593a7177a16eec0fbc1d0369.zip
Typo in version number.
Diffstat (limited to 'src')
-rw-r--r--src/interfaces/ecpg/ecpglib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/ecpg/ecpglib/Makefile b/src/interfaces/ecpg/ecpglib/Makefile
index f7e5135f645..dc15188c457 100644
--- a/src/interfaces/ecpg/ecpglib/Makefile
+++ b/src/interfaces/ecpg/ecpglib/Makefile
@@ -4,7 +4,7 @@
#
# Copyright (c) 1994, Regents of the University of California
#
-# $Header: /cvsroot/pgsql/src/interfaces/ecpg/ecpglib/Makefile,v 1.5 2003/06/15 11:10:09 meskes Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/ecpg/ecpglib/Makefile,v 1.6 2003/06/15 12:06:50 meskes Exp $
#
#-------------------------------------------------------------------------
@@ -14,7 +14,7 @@ include $(top_builddir)/src/Makefile.global
NAME= ecpg
SO_MAJOR_VERSION= 4
-SO_MINOR_VERSION= 0.1
+SO_MINOR_VERSION= 0.0
override CPPFLAGS := -I$(top_srcdir)/src/interfaces/ecpg/include -I$(libpq_srcdir) $(CPPFLAGS) $(THREAD_CFLAGS)