Changeset: 6f64e3124567 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6f64e3124567
Modified Files:
        NT/monetdb_config.h.in
        clients/python/setup.py
        configure.ag
Branch: Apr2011
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
@@ -657,7 +657,7 @@
 #define MONETDB5_PASSWDHASH "SHA512"
 
 /* Release name or "unreleased" */
-#define MONETDB_RELEASE "Apr2011"
+#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/Apr2011/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
@@ -130,7 +130,7 @@
        ;;
 esac
 
-AC_DEFINE(MONETDB_RELEASE, "Apr2011", [Release name or "unreleased"])
+AC_DEFINE(MONETDB_RELEASE, "unreleased", [Release name or "unreleased"])
 
 dft_monetdb5=auto
 AC_ARG_ENABLE(monetdb5,
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to