From 6891f9ebeb15799aa4242ee7d8e479241761d11a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 7 Jan 2021 22:37:36 +0100 Subject: Sratom 0.6.8 --- NEWS | 4 ++-- wscript | 2 +- 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 Wed, 16 Dec 2020 09:51:51 +0000 + -- David Robillard 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 -- cgit v1.2.1