diff options
author | David Robillard <d@drobilla.net> | 2014-01-04 22:09:15 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2014-01-04 22:09:15 +0000 |
commit | 87021f5f90ba1df233df19f2d1cb6ff2bbbec888 (patch) | |
tree | 30e9e703725355cb74503dbf63eb5b955df18738 | |
parent | 68f39d2d9aa0e81302f1bf98c64a2c0a9c66f470 (diff) | |
download | sratom-87021f5f90ba1df233df19f2d1cb6ff2bbbec888.tar.gz sratom-87021f5f90ba1df233df19f2d1cb6ff2bbbec888.tar.bz2 sratom-87021f5f90ba1df233df19f2d1cb6ff2bbbec888.zip |
Sratom 0.4.4
git-svn-id: http://svn.drobilla.net/lad/trunk/sratom@5263 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | wscript | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1,9 +1,9 @@ -sratom (0.4.3) unstable; +sratom (0.4.4) stable; * Escape invalid characters when writing paths as URIs * Fancier printing without subject and predicate - -- David Robillard <d@drobilla.net> Sat, 08 Jun 2013 15:33:31 -0400 + -- David Robillard <d@drobilla.net> Sat, 04 Jan 2014 16:09:33 -0500 sratom (0.4.2) stable; @@ -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.3' +SRATOM_VERSION = '0.4.4' SRATOM_MAJOR_VERSION = '0' # Mandatory waf variables |