summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--wscript2
2 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index f58d2e0..16698ee 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,8 @@
-sratom (0.6.7) unstable;
+sratom (0.6.8) stable;
* Fix potential null pointer dereference
- -- David Robillard <d@drobilla.net> Wed, 16 Dec 2020 09:51:51 +0000
+ -- David Robillard <d@drobilla.net> Thu, 07 Jan 2021 21:36:14 +0000
sratom (0.6.6) stable;
diff --git a/wscript b/wscript
index 7c14ea5..7bbf300 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.7'
+SRATOM_VERSION = '0.6.8'
SRATOM_MAJOR_VERSION = '0'
# Mandatory waf variables