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', project('tigersum', 'c', 'd',
version: '0.1', version: '0.2',
meson_version: '>=0.49.2', meson_version: '>=0.49.2',
default_options: [ default_options: [
'buildtype=release', 'buildtype=release',

View file

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