summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-05-26 19:27:39 -0400
committerDavid Robillard <d@drobilla.net>2022-05-26 19:27:39 -0400
commit8cf09feee6895ba0760f8c24db6416dac9006dc3 (patch)
treed1824d5a65989b1f7b28d7b3c59e6aa2b9c4d283
parent5575f0631708e3d2969654459a10ecaeaa3fe50f (diff)
downloadsratom-0.6.10.tar.gz
sratom-0.6.10.tar.bz2
sratom-0.6.10.zip
Sratom 0.6.10v0.6.10
-rw-r--r--NEWS5
-rw-r--r--wscript2
2 files changed, 4 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index b5e7246..5a3389e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,9 @@
-sratom (0.6.9) unstable;
+sratom (0.6.10) stable;
+ * Fix documentation installation directory
* Fix potential blank node ID truncation
- -- David Robillard <d@drobilla.net> Sun, 10 Jan 2021 22:10:23 +0000
+ -- David Robillard <d@drobilla.net> Thu, 26 May 2022 23:27:00 +0000
sratom (0.6.8) stable;
diff --git a/wscript b/wscript
index fa98a4c..9d7c839 100644
--- a/wscript
+++ b/wscript
@@ -7,7 +7,7 @@ from waflib.extras import autowaf
# major increment <=> incompatible changes
# minor increment <=> compatible changes (additions)
# micro increment <=> no interface changes
-SRATOM_VERSION = '0.6.8'
+SRATOM_VERSION = '0.6.10'
SRATOM_MAJOR_VERSION = '0'
# Mandatory waf variables