diff options
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | wscript | 2 |
2 files changed, 4 insertions, 3 deletions
@@ -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; @@ -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 |