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

Modified Files:
        INSTALL VERSION configure.ag vertoo.data 
Log Message:

- created new release branches:
    buildtools: MonetDB_1-18
       MonetDB: MonetDB_1-18
       clients: Clients_1-18
      MonetDB4: MonetDB_4-18
      MonetDB5: MonetDB_5-0
      template: MonetDB_1-18
           sql: SQL_2-18
    pathfinder: XQuery_0-18

- updated version numbers in release branches and development trunks

As usually:
all bug-fixes go to the new release branches, only;
all new features go to the development trunks, only.


Index: VERSION
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/VERSION,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- VERSION     28 Jan 2007 21:35:12 -0000      1.14
+++ VERSION     3 Jun 2007 20:21:56 -0000       1.15
@@ -1 +1 @@
-0.17.1
+0.19.0

Index: vertoo.data
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/vertoo.data,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- vertoo.data 28 Jan 2007 21:35:12 -0000      1.16
+++ vertoo.data 3 Jun 2007 20:21:57 -0000       1.17
@@ -1,5 +1,5 @@
-monetdb = major:1; minor:17; release:0; rc:x; build:1;
-monetdb4 = major:4; minor:17; release:0; rc:x; build:1;
-clients = major:1; minor:17; release:0; rc:x; build:1;
-monetdb5 = major:5; minor:0; release:0; rc:_beta; build:2;
-pathfinder = major:0; minor:17; release:1; rc:x; build:1;
\ No newline at end of file
+monetdb = major:1; minor:19; release:0; rc:x; build:1;
+monetdb4 = major:4; minor:19; release:0; rc:x; build:1;
+clients = major:1; minor:19; release:0; rc:x; build:1;
+monetdb5 = major:5; minor:1; release:0; rc:x; build:1;
+pathfinder = major:0; minor:19; release:0; rc:x; build:1;
\ No newline at end of file

Index: INSTALL
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/INSTALL,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- INSTALL     21 Jan 2007 16:01:38 -0000      1.21
+++ INSTALL     3 Jun 2007 20:21:56 -0000       1.22
@@ -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.17.0.
+      It depends on a version that is at least 4.19.0.
 
 
   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.106
retrieving revision 1.107
diff -u -d -r1.106 -r1.107
--- configure.ag        1 Jun 2007 13:20:47 -0000       1.106
+++ configure.ag        3 Jun 2007 20:21:57 -0000       1.107
@@ -30,13 +30,13 @@
 AH_BOTTOM([#include "stddef.h"])
 
 dnl ----------------------
-AM_INIT_AUTOMAKE("pathfinder", 0.17.1, [no-define])
+AM_INIT_AUTOMAKE("pathfinder", 0.19.0, [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.17.0'
+req_monetdb_ver='1.19.0'
 AM_MONETDB_COMMON($req_monetdb_ver)
 if test "x$have_monetdb" != xyes; then
     if test "x$MONETDBVERS" = x; then
@@ -53,7 +53,7 @@
        AC_MSG_ERROR([Pathfinder requires a C99 compliant C compiler, but your 
C compiler does not seem to be C99 compliant.])
 fi
 
-req_clients_ver='1.17.0'
+req_clients_ver='1.19.0'
 AM_MONETDB_CLIENTS($req_clients_ver)
 AM_MONETDB_TOOLS()
 AM_MONETDB_OPTIONS()
@@ -70,10 +70,10 @@
 dnl since they use AM_CONDITIONAL.  So we do both tests, but
 dnl ignore their outcome if we haven't found MonetDB common before.
 
-req_monetdb4_ver='4.17.0'
+req_monetdb4_ver='4.19.0'
 AM_MONETDB4($req_monetdb4_ver)
 
-req_monetdb5_ver='5.0.0_beta2'
+req_monetdb5_ver='5.1.0'
 AM_MONETDB5($req_monetdb5_ver)
 
 if test "x$have_monetdb" = xyes; then


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to