diff options
author | David Robillard <d@drobilla.net> | 2021-01-07 22:37:36 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-01-07 22:37:36 +0100 |
commit | 6891f9ebeb15799aa4242ee7d8e479241761d11a (patch) | |
tree | c79f62dea7ecf168d5d31a1083624e07f564f68d | |
parent | 25c96c0fa1c58e834385fac8116fe74a53e2bd15 (diff) | |
download | sratom-6891f9ebeb15799aa4242ee7d8e479241761d11a.tar.gz sratom-6891f9ebeb15799aa4242ee7d8e479241761d11a.tar.bz2 sratom-6891f9ebeb15799aa4242ee7d8e479241761d11a.zip |
Sratom 0.6.8v0.6.8
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | wscript | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -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; @@ -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 |