aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-03-15 23:21:34 -0400
committerDavid Robillard <d@drobilla.net>2019-04-13 19:15:32 +0200
commita549e968cd3f840dc98b2e199c5f52e9f5a5780c (patch)
tree47b9f12595dc62af719a58ccf2e83d20743b0c95 /wscript
parent499e27a6849cb98235bf9425f1fdb96c8da2c8c5 (diff)
downloadserd-a549e968cd3f840dc98b2e199c5f52e9f5a5780c.tar.gz
serd-a549e968cd3f840dc98b2e199c5f52e9f5a5780c.tar.bz2
serd-a549e968cd3f840dc98b2e199c5f52e9f5a5780c.zip
Use SerdBuffer for mutable buffers
This avoids const violations from abusing SerdChunk as a mutable buffer for string sinks.
Diffstat (limited to 'wscript')
-rw-r--r--wscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/wscript b/wscript
index 68584414..f3dd30eb 100644
--- a/wscript
+++ b/wscript
@@ -11,8 +11,8 @@ from waflib.extras import autowaf
# major increment <=> incompatible changes
# minor increment <=> compatible changes (additions)
# micro increment <=> no interface changes
-SERD_VERSION = '0.30.1'
-SERD_MAJOR_VERSION = '0'
+SERD_VERSION = '1.0.0'
+SERD_MAJOR_VERSION = '1'
# Mandatory waf variables
APPNAME = 'serd' # Package name for waf dist