Took it on myself to change libpq's sharedlib version number from
authorTom Lane
Tue, 6 Oct 1998 14:22:12 +0000 (14:22 +0000)
committerTom Lane
Tue, 6 Oct 1998 14:22:12 +0000 (14:22 +0000)
1.1 to 2.0 for this release.  The other frontend shlibs need version
number bumps too, but I think a minor version number change will do for them.

src/interfaces/libpq/Makefile.in

index 220d7764d28bc1858766b9c53cd91d40eb20610f..a97d74417256555439a6461df5d5e6c98950abfa 100644 (file)
@@ -7,12 +7,12 @@
 #
 #
 # IDENTIFICATION
-#    $Header: /cvsroot/pgsql/src/interfaces/libpq/Attic/Makefile.in,v 1.28 1998/09/10 04:59:01 momjian Exp $
+#    $Header: /cvsroot/pgsql/src/interfaces/libpq/Attic/Makefile.in,v 1.29 1998/10/06 14:22:12 tgl Exp $
 #
 #-------------------------------------------------------------------------
 
-SO_MAJOR_VERSION=1
-SO_MINOR_VERSION=1
+SO_MAJOR_VERSION=2
+SO_MINOR_VERSION=0
 
 SRCDIR= ../..
 include $(SRCDIR)/Makefile.global