diff --git a/meson.build b/meson.build index 5cb51c3..6fe43b5 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('tigersum', 'c', 'd', - version: '0.1', + version: '0.2', meson_version: '>=0.49.2', default_options: [ 'buildtype=release', diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 3d60131..69b4d1b 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -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")