Skip to content

Commit

Permalink
Bump version to 2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
havogt authored Jun 17, 2024
1 parent ae5b5a7 commit c481484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ set(CMAKE_INSTALL_PREFIX "${CMAKE_CURRENT_SOURCE_DIR}/install" CACHE PATH "CMake

cmake_policy(SET CMP0048 NEW)
cmake_minimum_required(VERSION 3.12.0)
project(Serialbox LANGUAGES C CXX VERSION 2.6.1)
project(Serialbox LANGUAGES C CXX VERSION 2.6.2)

set(CMAKE_CXX_EXTENSIONS OFF)
set(CMAKE_C_EXTENSIONS OFF)
Expand Down

0 comments on commit c481484

Please sign in to comment.