Update of /cvsroot/monetdb/sql
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv22770

Modified Files:
      Tag: SQL_2-16
        MonetDB-SQL.pc.in VERSION configure.ag vertoo.data 
Log Message:
Updated version numbers in preparation for the bug fix release.  The
version numbers are now:

buildtools      -
MonetDB         1.16.2
clients         1.16.2
MonetDB4        4.16.2
MonetDB5        5.0.0_beta1_2
template        0.1.2
sql             2.16.2
pathfinder      0.16.2

The stable branch is still called the same.


Index: VERSION
===================================================================
RCS file: /cvsroot/monetdb/sql/VERSION,v
retrieving revision 1.20.2.2
retrieving revision 1.20.2.3
diff -u -d -r1.20.2.2 -r1.20.2.3
--- VERSION     28 Jan 2007 21:28:59 -0000      1.20.2.2
+++ VERSION     21 Feb 2007 15:16:05 -0000      1.20.2.3
@@ -1 +1 @@
-2.16.1
+2.16.2

Index: vertoo.data
===================================================================
RCS file: /cvsroot/monetdb/sql/vertoo.data,v
retrieving revision 1.21.2.2
retrieving revision 1.21.2.3
diff -u -d -r1.21.2.2 -r1.21.2.3
--- vertoo.data 28 Jan 2007 21:29:00 -0000      1.21.2.2
+++ vertoo.data 21 Feb 2007 15:16:09 -0000      1.21.2.3
@@ -1,5 +1,5 @@
-monetdb = major:1; minor:16; release:0; rc:x; build:1;
-monetdb4 = major:4; minor:16; release:0; rc:x; build:1;
-clients = major:1; minor:16; release:0; rc:x; build:1;
-monetdb5 = major:5; minor:0; release:0; rc:_beta; build:1;
-sql = major:2; minor:16; release:1; rc:x; build:1;
\ No newline at end of file
+monetdb = major:1; minor:16; release:2; rc:x; build:1;
+monetdb4 = major:4; minor:16; release:2; rc:x; build:1;
+clients = major:1; minor:16; release:2; rc:x; build:1;
+monetdb5 = major:5; minor:0; release:0; rc:_beta; build:1_2;
+sql = major:2; minor:16; release:2; rc:x; build:1;
\ No newline at end of file

Index: MonetDB-SQL.pc.in
===================================================================
RCS file: /cvsroot/monetdb/sql/MonetDB-SQL.pc.in,v
retrieving revision 1.25.2.1
retrieving revision 1.25.2.2
diff -u -d -r1.25.2.1 -r1.25.2.2
--- MonetDB-SQL.pc.in   21 Jan 2007 15:58:54 -0000      1.25.2.1
+++ MonetDB-SQL.pc.in   21 Feb 2007 15:16:04 -0000      1.25.2.2
@@ -28,6 +28,6 @@
 Name: ${pkg}
 Description: A SQL/ODBC/JDBC interface to MonetDB.
 Version: @VERSION@
-Requires: MonetDB >= 4.16.0
+Requires: MonetDB >= 4.16.2
 Cflags: -I${includedir}/sql
 Libs: -L${libdir} -lMonetODBC

Index: configure.ag
===================================================================
RCS file: /cvsroot/monetdb/sql/configure.ag,v
retrieving revision 1.111.2.2
retrieving revision 1.111.2.3
diff -u -d -r1.111.2.2 -r1.111.2.3
--- configure.ag        28 Jan 2007 21:28:59 -0000      1.111.2.2
+++ configure.ag        21 Feb 2007 15:16:08 -0000      1.111.2.3
@@ -26,18 +26,18 @@
 AH_BOTTOM([#include "stddef.h"])
 
 dnl ----------------------
-AM_INIT_AUTOMAKE("sql", 2.16.1, [no-define])
+AM_INIT_AUTOMAKE("sql", 2.16.2, [no-define])
 AM_CONFIG_HEADER(sql_config.h:conf/config.h.in)
 CONFIG_H=sql_config.h
 AC_SUBST(CONFIG_H)
 
 dnl Check for Monet
-req_monetdb_ver='1.16.0'
+req_monetdb_ver='1.16.2'
 AM_MONETDB_COMMON($req_monetdb_ver)
 if test "x$have_monetdb" != xyes; then
        AC_MSG_ERROR([MONETDB/SQL requires at least version $req_monetdb_ver of 
MonetDB, but only version $MONETDBVERS was found.])
 fi
-req_clients_ver='1.16.0'
+req_clients_ver='1.16.2'
 AM_MONETDB_CLIENTS($req_clients_ver)
 AM_MONETDB_DEFAULTS()
 AM_MONETDB_COMPILER()
@@ -45,9 +45,9 @@
 AM_MONETDB_OPTIONS()
 AM_MONETDB_LIBS()
 AM_MONETDB_UTILS()
-req_monetdb4_ver='4.16.0'
+req_monetdb4_ver='4.16.2'
 AM_MONETDB4($req_monetdb4_ver)
-req_monetdb5_ver='5.0.0_beta1'
+req_monetdb5_ver='5.0.0_beta1_2'
 AM_MONETDB5($req_monetdb5_ver)
 
 if test "x$have_monetdb4" != xyes -a "x$have_monetdb5" != xyes; then


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to