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>2020-06-21 18:12:02 +0200
commit3c3c2d4d4979eb2094d4d629dc052e15aede9b91 (patch)
treefb45cd86551bf2183450850e89237480e8cb0b50 /wscript
parent08d865231b4a19540b26714cb9d2425458beed84 (diff)
downloadserd-3c3c2d4d4979eb2094d4d629dc052e15aede9b91.tar.gz
serd-3c3c2d4d4979eb2094d4d629dc052e15aede9b91.tar.bz2
serd-3c3c2d4d4979eb2094d4d629dc052e15aede9b91.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 ff20477b..8b368811 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.5'
-SERD_MAJOR_VERSION = '0'
+SERD_VERSION = '1.0.0'
+SERD_MAJOR_VERSION = '1'
# Mandatory waf variables
APPNAME = 'serd' # Package name for waf dist