Update of /cvsroot/monetdb/pathfinder
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv21545

Modified Files:
        INSTALL MonetDB-XQuery.spec.in VERSION configure.ag 
        vertoo.data 
Log Message:
Step one towards a new stable branch "Feb2010": increment version numbers.
The root of the stable branch is "Feb2010_root".

Index: MonetDB-XQuery.spec.in
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/MonetDB-XQuery.spec.in,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- MonetDB-XQuery.spec.in      19 Nov 2009 09:34:07 -0000      1.64
+++ MonetDB-XQuery.spec.in      13 Jan 2010 10:44:35 -0000      1.65
@@ -24,18 +24,18 @@
 Source: 
http://downloads.sourceforge.net/monetdb/MonetDB-XQuery-%{version}.tar.gz
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
-Requires: MonetDB4-server >= 4.34
+Requires: MonetDB4-server >= 4.36
 #                            ^^^^
 # Maintained via vertoo. Please don't modify by hand!
 # Contact [email protected] for details and/or 
assistance.
 
 %{!?buildsystem: %define buildsystem 0}
 %if !%{?buildsystem}
-BuildRequires: MonetDB-devel >= 1.34
+BuildRequires: MonetDB-devel >= 1.36
 #                               ^^^^
 # Maintained via vertoo. Please don't modify by hand!
 # Contact [email protected] for details and/or 
assistance.
-BuildRequires: MonetDB4-server-devel >= 4.34
+BuildRequires: MonetDB4-server-devel >= 4.36
 #                                       ^^^^
 # Maintained via vertoo. Please don't modify by hand!
 # Contact [email protected] for details and/or 
assistance.
@@ -54,11 +54,11 @@
 Summary: MonetDB XQuery development package
 Group: Applications/Databases
 Requires: %{name} = %{version}-%{release}
-Requires: MonetDB-devel >= 1.34
+Requires: MonetDB-devel >= 1.36
 #                          ^^^^
 # Maintained via vertoo. Please don't modify by hand!
 # Contact [email protected] for details and/or 
assistance.
-Requires: MonetDB4-server-devel >= 4.34
+Requires: MonetDB4-server-devel >= 4.36
 #                                  ^^^^
 # Maintained via vertoo. Please don't modify by hand!
 # Contact [email protected] for details and/or 
assistance.

Index: VERSION
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/VERSION,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- VERSION     28 Sep 2009 14:56:28 -0000      1.29
+++ VERSION     13 Jan 2010 10:44:36 -0000      1.30
@@ -1 +1 @@
-0.35.0
+0.36.0

Index: vertoo.data
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/vertoo.data,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- vertoo.data 19 Nov 2009 09:34:20 -0000      1.44
+++ vertoo.data 13 Jan 2010 10:44:38 -0000      1.45
@@ -1,5 +1,5 @@
-monetdb = major:1; minor:34; release:0;
-monetdb5 = major:5; minor:16; release:0;
-pathfinder = major:0; minor:35; release:0;
-clients = major:1; minor:34; release:0;
-monetdb4 = major:4; minor:34; release:0;
\ No newline at end of file
+monetdb = major:1; minor:36; release:0;
+monetdb5 = major:5; minor:18; release:0;
+pathfinder = major:0; minor:36; release:0;
+clients = major:1; minor:36; release:0;
+monetdb4 = major:4; minor:36; release:0;
\ No newline at end of file

Index: INSTALL
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/INSTALL,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- INSTALL     19 Nov 2009 09:34:03 -0000      1.34
+++ INSTALL     13 Jan 2010 10:44:33 -0000      1.35
@@ -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.34.0.
+      It depends on a version that is at least 4.36.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.158
retrieving revision 1.159
diff -u -d -r1.158 -r1.159
--- configure.ag        12 Jan 2010 09:22:06 -0000      1.158
+++ configure.ag        13 Jan 2010 10:44:37 -0000      1.159
@@ -25,7 +25,7 @@
 
 dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.60)
-AC_INIT([MonetDB XQuery], [0.35.0], [[email protected]], [MonetDB-XQuery])
+AC_INIT([MonetDB XQuery], [0.36.0], [[email protected]], [MonetDB-XQuery])
 #                          ^^^^^^
 # Maintained via vertoo. Please don't modify by hand!
 # Contact [email protected] for details and/or 
assistance.
@@ -61,7 +61,7 @@
 
 
 dnl Check for Monet
-req_monetdb_ver='1.34.0'
+req_monetdb_ver='1.36.0'
 #                ^^^^^^
 # Maintained via vertoo. Please don't modify by hand!
 # Contact [email protected] for details and/or 
assistance.
@@ -81,7 +81,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.34.0'
+req_clients_ver='1.36.0'
 #                ^^^^^^
 # Maintained via vertoo. Please don't modify by hand!
 # Contact [email protected] for details and/or 
assistance.
@@ -101,13 +101,13 @@
 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.34.0'
+req_monetdb4_ver='4.36.0'
 #                 ^^^^^^
 # Maintained via vertoo. Please don't modify by hand!
 # Contact [email protected] for details and/or 
assistance.
 AM_MONETDB4($req_monetdb4_ver)
 
-req_monetdb5_ver='5.16.0'
+req_monetdb5_ver='5.18.0'
 #                 ^^^^^
 # Maintained via vertoo. Please don't modify by hand!
 # Contact [email protected] for details and/or 
assistance.


------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to