diff --git a/CMakeLists.txt b/CMakeLists.txt index 92d8c69..fb8d002 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES) set_property(CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS "Debug" "Release" "MinSizeRel" "RelWithDebInfo") endif() -project(agbabi LANGUAGES ASM C VERSION 2.1.5) +project(agbabi LANGUAGES ASM C VERSION 2.1.6) add_library(agbabi STATIC source/atan2.c diff --git a/meson.build b/meson.build index c5f858b..324b387 100644 --- a/meson.build +++ b/meson.build @@ -8,7 +8,7 @@ #=============================================================================== project('agbabi', 'c', - version: '2.1.5', + version: '2.1.6', license: 'Zlib', meson_version: '>=0.56.2', default_options: [