diff options
author | David Robillard <d@drobilla.net> | 2012-08-23 05:27:01 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-08-23 05:27:01 +0000 |
commit | 27669aa3711492830fbe978d59971052b8d0c681 (patch) | |
tree | 45c11f3cafbaa0d14fa6afda138a4de8c4854f0e | |
parent | 2b7571fdf4f56cfc6d3f25644dd0ac68a2941c49 (diff) | |
download | sratom-27669aa3711492830fbe978d59971052b8d0c681.tar.gz sratom-27669aa3711492830fbe978d59971052b8d0c681.tar.bz2 sratom-27669aa3711492830fbe978d59971052b8d0c681.zip |
Sratom 0.4.0
git-svn-id: http://svn.drobilla.net/lad/trunk/sratom@4754 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | wscript | 2 |
2 files changed, 5 insertions, 3 deletions
@@ -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 <d@drobilla.net> + -- David Robillard <d@drobilla.net> Thu, 23 Aug 2012 01:11:07 -0400 sratom (0.2.0) stable; @@ -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) |