Skip to content

Commit

Permalink
Updated agbabi to 2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
felixjones committed Dec 10, 2023
1 parent b878778 commit 4861dcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#===============================================================================

project('agbabi', 'c',
version: '2.1.5',
version: '2.1.6',
license: 'Zlib',
meson_version: '>=0.56.2',
default_options: [
Expand Down

0 comments on commit 4861dcc

Please sign in to comment.