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

Modified Files:
      Tag: XQuery_0-16
        INSTALL 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/pathfinder/VERSION,v
retrieving revision 1.12.2.2
retrieving revision 1.12.2.3
diff -u -d -r1.12.2.2 -r1.12.2.3
--- VERSION     28 Jan 2007 21:29:12 -0000      1.12.2.2
+++ VERSION     21 Feb 2007 15:15:10 -0000      1.12.2.3
@@ -1 +1 @@
-0.16.1
+0.16.2

Index: vertoo.data
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/vertoo.data,v
retrieving revision 1.14.2.2
retrieving revision 1.14.2.3
diff -u -d -r1.14.2.2 -r1.14.2.3
--- vertoo.data 28 Jan 2007 21:29:12 -0000      1.14.2.2
+++ vertoo.data 21 Feb 2007 15:15:13 -0000      1.14.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;
-pathfinder = major:0; 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;
+pathfinder = major:0; minor:16; release:2; rc:x; build:1;
\ No newline at end of file

Index: INSTALL
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/INSTALL,v
retrieving revision 1.20.2.1
retrieving revision 1.20.2.2
diff -u -d -r1.20.2.1 -r1.20.2.2
--- INSTALL     21 Jan 2007 15:58:57 -0000      1.20.2.1
+++ INSTALL     21 Feb 2007 15:15:08 -0000      1.20.2.2
@@ -27,7 +27,7 @@
 
    -- MonetDB (the MonetDB main-memory database system)
       Pathfinder is quite tightly coupled to the MonetDB database system.
-      It depends on a version that is at least 4.16.0.
+      It depends on a version that is at least 4.16.2.
 
 
   Some libraries are used or even required by the Pathfinder compiler:

Index: configure.ag
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/configure.ag,v
retrieving revision 1.90.2.8
retrieving revision 1.90.2.9
diff -u -d -r1.90.2.8 -r1.90.2.9
--- configure.ag        4 Feb 2007 08:55:45 -0000       1.90.2.8
+++ configure.ag        21 Feb 2007 15:15:11 -0000      1.90.2.9
@@ -30,13 +30,13 @@
 AH_BOTTOM([#include "stddef.h"])
 
 dnl ----------------------
-AM_INIT_AUTOMAKE("pathfinder", 0.16.1, [no-define])
+AM_INIT_AUTOMAKE("pathfinder", 0.16.2, [no-define])
 AM_CONFIG_HEADER(pf_config.h:conf/config.h.in)
 CONFIG_H=pf_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([Pathfinder requires at least version $req_monetdb_ver of 
MonetDB, but only version $MONETDBVERS was found.])
@@ -49,18 +49,18 @@
        AC_MSG_ERROR([Pathfinder requires a C99 compliant C compiler, but your 
C compiler does not seem to be C99 compliant.])
 fi
 
-req_monetdb4_ver='4.16.0'
+req_monetdb4_ver='4.16.2'
 AM_MONETDB4($req_monetdb4_ver)
 if test "x$have_monetdb4" != xyes; then
        AC_MSG_ERROR([Pathfinder requires at least version $req_monetdb4_ver of 
MonetDB4, but only version $MONETDB4VERS was found.])
 fi
-req_clients_ver='1.16.0'
+req_clients_ver='1.16.2'
 AM_MONETDB_CLIENTS($req_clients_ver)
 AM_MONETDB_TOOLS()
 AM_MONETDB_OPTIONS()
 AM_MONETDB_LIBS()
 AM_MONETDB_UTILS()
-req_monetdb5_ver='5.0.0_beta1'
+req_monetdb5_ver='5.0.0_beta1_2'
 AM_MONETDB5($req_monetdb5_ver)
 AM_CONDITIONAL(MONET5,test "x$have_monetdb5" = xyes)
 


-------------------------------------------------------------------------
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-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to