We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86a8331 commit a0f29e3Copy full SHA for a0f29e3
src/interfaces/ecpg/ecpglib/Makefile
@@ -4,7 +4,7 @@
4
#
5
# Copyright (c) 1994, Regents of the University of California
6
7
-# $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 $
8
9
#-------------------------------------------------------------------------
10
@@ -14,7 +14,7 @@ include $(top_builddir)/src/Makefile.global
14
15
NAME= ecpg
16
SO_MAJOR_VERSION= 4
17
-SO_MINOR_VERSION= 0.1
+SO_MINOR_VERSION= 0.0
18
19
override CPPFLAGS := -I$(top_srcdir)/src/interfaces/ecpg/include -I$(libpq_srcdir) $(CPPFLAGS) $(THREAD_CFLAGS)
20
0 commit comments