Changeset: 49d57d0ded3b for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=49d57d0ded3b
Modified Files:
        NT/monetdb_config.h.in
        clients/python/setup.py
        configure.ag
Branch: Mar2011
Log Message:

Post release build.


diffs (35 lines):

diff --git a/NT/monetdb_config.h.in b/NT/monetdb_config.h.in
--- a/NT/monetdb_config.h.in
+++ b/NT/monetdb_config.h.in
@@ -689,7 +689,7 @@
 #define MONETDB5_PASSWDHASH "SHA512"
 
 /* Release name or "unreleased" */
-#define MONETDB_RELEASE "Mar2011"
+#define MONETDB_RELEASE "unreleased"
 
 /* Define if the oid type should use 32 bits on a 64-bit architecture */
 /* 32-bit OIDs are used by default on 64-bit Windows;
diff --git a/clients/python/setup.py b/clients/python/setup.py
--- a/clients/python/setup.py
+++ b/clients/python/setup.py
@@ -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/Mar2011/python-monetdb-1.0.tar.gz',
+      download_url='<will be filled in before a 
release>/python-monetdb-1.0.tar.gz',
      )
 
diff --git a/configure.ag b/configure.ag
--- a/configure.ag
+++ b/configure.ag
@@ -131,7 +131,7 @@
        ;;
 esac
 
-AC_DEFINE(MONETDB_RELEASE, "Mar2011", [Release name or "unreleased"])
+AC_DEFINE(MONETDB_RELEASE, "unreleased", [Release name or "unreleased"])
 
 dft_monetdb4=auto
 AC_ARG_ENABLE(monetdb4,
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to