From 561b4068adf0b9a1d947ace2f0d9c9a18d993291 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 18 Feb 2013 21:42:02 +0000 Subject: Bump version (Sratom 0.4.2). git-svn-id: http://svn.drobilla.net/lad/trunk/sratom@5058 a436a847-0d15-0410-975c-d299462d15a1 --- NEWS | 7 ++++--- wscript | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 38209e6..50279a1 100644 --- a/NEWS +++ b/NEWS @@ -1,11 +1,12 @@ -sratom (0.4.1) unstable; +sratom (0.4.2) stable; * Fix serialisation of nested tuples * Fix memory leaks + * Use new sord API to clean up and shrink code * Disable timestamps in HTML documentation for reproducible build - * Update to waf 1.7.8 and autowaf r90 (install docs to versioned directory) + * Update to waf 1.7.9 and autowaf r90 (install docs to versioned directory) - -- David Robillard Tue, 22 Jan 2013 00:06:31 -0500 + -- David Robillard Mon, 18 Feb 2013 11:17:01 -0500 sratom (0.4.0) stable; diff --git a/wscript b/wscript index 7a34cf1..e505e01 100644 --- a/wscript +++ b/wscript @@ -8,7 +8,7 @@ import waflib.extras.autowaf as autowaf # major increment <=> incompatible changes # minor increment <=> compatible changes (additions) # micro increment <=> no interface changes -SRATOM_VERSION = '0.4.1' +SRATOM_VERSION = '0.4.2' SRATOM_MAJOR_VERSION = '0' # Mandatory waf variables @@ -51,7 +51,7 @@ def configure(conf): autowaf.check_pkg(conf, 'serd-0', uselib_store='SERD', atleast_version='0.14.0', mandatory=True) autowaf.check_pkg(conf, 'sord-0', uselib_store='SORD', - atleast_version='0.8.0', mandatory=True) + atleast_version='0.12.0', mandatory=True) autowaf.define(conf, 'SRATOM_VERSION', SRATOM_VERSION) autowaf.set_lib_env(conf, 'sratom', SRATOM_VERSION) -- cgit v1.2.1