aboutsummaryrefslogtreecommitdiffstats
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 5dbf37fb..88ec623b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-serd (0.30.7) unstable;
+serd (0.30.8) stable;
* Deprecate serd_uri_to_path()
* Don't install API man pages
@@ -10,7 +10,7 @@ serd (0.30.7) unstable;
* Split up and reorganize unit tests
* Use aligned allocation via C11 or Windows API where possible
- -- David Robillard <d@drobilla.net> Fri, 01 Jan 2021 13:16:40 +0000
+ -- David Robillard <d@drobilla.net> Thu, 07 Jan 2021 21:19:36 +0000
serd (0.30.6) stable;
diff --git a/wscript b/wscript
index ecf3c8de..08c92ea8 100644
--- a/wscript
+++ b/wscript
@@ -11,7 +11,7 @@ from waflib.extras import autowaf
# major increment <=> incompatible changes
# minor increment <=> compatible changes (additions)
# micro increment <=> no interface changes
-SERD_VERSION = '0.30.7'
+SERD_VERSION = '0.30.8'
SERD_MAJOR_VERSION = '0'
# Mandatory waf variables