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

Modified Files:
        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/MonetDB5/VERSION,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- VERSION     29 Jan 2007 16:34:37 -0000      1.4
+++ VERSION     3 Jun 2007 20:16:44 -0000       1.5
@@ -1 +1 @@
-5.0.0_beta2_1
+5.1.0

Index: vertoo.data
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/vertoo.data,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- vertoo.data 29 Jan 2007 16:34:37 -0000      1.10
+++ vertoo.data 3 Jun 2007 20:16:44 -0000       1.11
@@ -1,3 +1,3 @@
-monetdb = major:1; minor:17; release:0; rc:x; build:1;
-monetdb5 = major:5; minor:0; release:0; rc:_beta; build:2_1;
-clients = major:1; minor:17; release:0; rc:x; build:1;
\ No newline at end of file
+monetdb = major:1; minor:19; release:0; rc:x; build:1;
+monetdb5 = major:5; minor:1; release:0; rc:x; build:1;
+clients = major:1; minor:19; release:0; rc:x; build:1;
\ No newline at end of file

Index: configure.ag
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/configure.ag,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -d -r1.68 -r1.69
--- configure.ag        4 May 2007 08:10:25 -0000       1.68
+++ configure.ag        3 Jun 2007 20:16:44 -0000       1.69
@@ -18,7 +18,7 @@
 
 dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.59)
-AC_INIT([MonetDB Server], [5.0.0_beta2_1], [EMAIL PROTECTED], [MonetDB5])
+AC_INIT([MonetDB Server], [5.1.0], [EMAIL PROTECTED], [MonetDB5])
 AC_CONFIG_AUX_DIR(conf)
 AC_CANONICAL_HOST
 AC_CANONICAL_TARGET
@@ -44,7 +44,7 @@
 
 dnl Check for Monet
 # 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([MonetDB5 requires at least version 
$req_monetdb_ver of MonetDB, but only version $MONETDBVERS was found.])
        fi
 fi
-req_clients_ver='1.17.0'
+req_clients_ver='1.19.0'
 AM_MONETDB_CLIENTS($req_clients_ver)
 AM_MONETDB_DEFAULTS()
 AM_MONETDB_COMPILER()


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

Reply via email to