From: Kris Jurka Date: Thu, 4 Mar 2004 03:25:10 +0000 (+0000) Subject: Update build number in anticipation of 7.4.2 release. With no X-Git-Tag: REL7_4_2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=926fd43d77b035303826ca1d185f7a2535e29954;p=thirdparty%2Fpostgresql.git Update build number in anticipation of 7.4.2 release. With no currently outstanding issues we'll flag now, so the release doesn't slip out the door without it. --- diff --git a/src/interfaces/jdbc/org/postgresql/Driver.java.in b/src/interfaces/jdbc/org/postgresql/Driver.java.in index 362e0c10fa4..bb4effd22c2 100644 --- a/src/interfaces/jdbc/org/postgresql/Driver.java.in +++ b/src/interfaces/jdbc/org/postgresql/Driver.java.in @@ -6,7 +6,7 @@ * Copyright (c) 2003, PostgreSQL Global Development Group * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/interfaces/jdbc/org/postgresql/Attic/Driver.java.in,v 1.36.2.2 2003/12/10 18:25:11 davec Exp $ + * $Header: /cvsroot/pgsql/src/interfaces/jdbc/org/postgresql/Attic/Driver.java.in,v 1.36.2.3 2004/03/04 03:25:10 jurka Exp $ * *------------------------------------------------------------------------- */ @@ -494,6 +494,6 @@ public class Driver implements java.sql.Driver //The build number should be incremented for every new build - private static int m_buildNumber = 210; + private static int m_buildNumber = 212; }