build: bump version number for new features

This will let us more strictly check things from Builder.
This commit is contained in:
Christian Hergert
2019-05-29 15:18:59 -07:00
parent 4bfcef7d82
commit 7c75210748

View File

@ -1,6 +1,6 @@
project('sysprof', ['c', 'cpp'],
license: ['GPL3+', 'GPL2+'],
version: '3.33.1',
version: '3.33.2',
meson_version: '>=0.49.0',
default_options: [ 'c_std=gnu11',
'cpp_std=c++11',