From 27669aa3711492830fbe978d59971052b8d0c681 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 23 Aug 2012 05:27:01 +0000 Subject: Sratom 0.4.0 git-svn-id: http://svn.drobilla.net/lad/trunk/sratom@4754 a436a847-0d15-0410-975c-d299462d15a1 --- NEWS | 6 ++++-- wscript | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 7c2db26..59509da 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,12 @@ -sratom (9999) unstable; +sratom (0.4.0) stable; * Correctly read objects with several rdf:type properties * Support writing Object Atoms as top level descriptions if subject and predicate are not given. + * Fix various hyper-strict warnings + * Upgrade to waf 1.7.2 - -- David Robillard + -- David Robillard Thu, 23 Aug 2012 01:11:07 -0400 sratom (0.2.0) stable; diff --git a/wscript b/wscript index dfa3fe3..8b55a3c 100644 --- a/wscript +++ b/wscript @@ -6,7 +6,7 @@ from waflib.extras import autowaf as autowaf import waflib.Options as Options # Version of this package (even if built as a child) -SRATOM_VERSION = '0.2.1' +SRATOM_VERSION = '0.4.0' SRATOM_MAJOR_VERSION = '0' # Library version (UNIX style major, minor, micro) -- cgit v1.2.1