Bump version to 0.2

This commit is contained in:
King_DuckZ 2021-05-28 23:22:39 +02:00
parent ce3f295819
commit d1c9ae7edf
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
project('tigersum', 'c', 'd',
version: '0.1',
version: '0.2',
meson_version: '>=0.49.2',
default_options: [
'buildtype=release',

View File

@ -3,7 +3,7 @@ project(tigersum D C)
set(DEFAULT_TIGER_VERSION "2")
set(TIGERSUM_MAJOR "0")
set(TIGERSUM_MINOR "1")
set(TIGERSUM_MINOR "2")
if (REFERENCE_TIGER)
set(BACKEND_NAME "tiger")