diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-05-11 01:46:33 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-05-11 01:46:33 +0000 |
commit | 54d90995965e8aaf589bb7625623e3813825c22f (patch) | |
tree | 8d911a39ced01059710fc50968075a838f8a9e40 /src/interfaces/perl5 | |
parent | d4dfef1cdb6f0722101a08bcf986999d97377646 (diff) | |
download | postgresql-54d90995965e8aaf589bb7625623e3813825c22f.tar.gz postgresql-54d90995965e8aaf589bb7625623e3813825c22f.zip |
Stamp CVS as 7.2. Update all interface version numbers. This is the
time to do it, not during beta because people are using this stuff in
production sometimes.
Diffstat (limited to 'src/interfaces/perl5')
-rw-r--r-- | src/interfaces/perl5/Pg.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/perl5/Pg.pm b/src/interfaces/perl5/Pg.pm index 2d6f7a15b7c..66dfd3961ea 100644 --- a/src/interfaces/perl5/Pg.pm +++ b/src/interfaces/perl5/Pg.pm @@ -1,6 +1,6 @@ #------------------------------------------------------- # -# $Id: Pg.pm,v 1.8 1998/09/27 19:12:22 mergl Exp $ +# $Id: Pg.pm,v 1.9 2001/05/11 01:46:33 momjian Exp $ # # Copyright (c) 1997, 1998 Edmund Mergl # @@ -99,7 +99,7 @@ require 5.002; PGRES_InvalidOid ); -$Pg::VERSION = '1.8.0'; +$Pg::VERSION = '1.9.0'; sub AUTOLOAD { # This AUTOLOAD is used to 'autoload' constants from the constant() |