summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--wscript2
2 files changed, 4 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 3bc0cee..2f85ccf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,10 @@
-sratom (0.4.5) unstable;
+sratom (0.4.6) stable;
* Update for latest LV2 Atom Object simplification
* Don't set eg prefix in sratom_to_turtle
+ * Upgrade to waf 1.7.16
- -- David Robillard <d@drobilla.net> Thu, 23 Jan 2014 21:58:48 -0500
+ -- David Robillard <d@drobilla.net> Fri, 08 Aug 2014 18:14:19 -0400
sratom (0.4.4) stable;
diff --git a/wscript b/wscript
index c6f76c3..23bd5a7 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.5'
+SRATOM_VERSION = '0.4.6'
SRATOM_MAJOR_VERSION = '0'
# Mandatory waf variables