Changeset: b4eb362b46c2 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b4eb362b46c2
Modified Files:
        buildtools/conf/MonetDB.m4
        buildtools/conf/winconfig.h
        python/setup.py
Branch: Oct2010
Log Message:

Post release build.


diffs (35 lines):

diff -r cf5f395b301a -r b4eb362b46c2 buildtools/conf/MonetDB.m4
--- a/buildtools/conf/MonetDB.m4        Wed Dec 15 09:39:16 2010 +0100
+++ b/buildtools/conf/MonetDB.m4        Wed Dec 15 10:04:55 2010 +0100
@@ -54,7 +54,7 @@
        ;;
 esac
 
-AC_DEFINE(MONETDB_RELEASE, "Oct2010-SP1", [Release name or "unreleased"])
+AC_DEFINE(MONETDB_RELEASE, "unreleased", [Release name or "unreleased"])
 ])
 
 
diff -r cf5f395b301a -r b4eb362b46c2 buildtools/conf/winconfig.h
--- a/buildtools/conf/winconfig.h       Wed Dec 15 09:39:16 2010 +0100
+++ b/buildtools/conf/winconfig.h       Wed Dec 15 10:04:55 2010 +0100
@@ -57,7 +57,7 @@
 #include <ws2tcpip.h>
 
 /* Release name or "unreleased" */
-#define MONETDB_RELEASE "Oct2010-SP1"
+#define MONETDB_RELEASE "unreleased"
 
 /* indicate to sqltypes.h that windows.h has already been included and
    that it doesn't have to define Windows constants */
diff -r cf5f395b301a -r b4eb362b46c2 python/setup.py
--- a/python/setup.py   Wed Dec 15 09:39:16 2010 +0100
+++ b/python/setup.py   Wed Dec 15 10:04:55 2010 +0100
@@ -35,6 +35,6 @@
       author_email='[email protected]',
       url='http://monetdb.cwi.nl/',
       packages=['monetdb', 'monetdb.sql'],
-      
download_url='http://dev.monetdb.org/downloads/sources/Oct2010-SP1/python-monetdb-1.0.tar.gz',
+      download_url='<will be filled in before a 
release>/python-monetdb-1.0.tar.gz',
      )
 
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to