Skip to content

Commit

Permalink
version bump, changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mhekkel committed Mar 27, 2024
1 parent 7c727b3 commit bbb5feb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
cmake_minimum_required(VERSION 3.23)

# set the project name
project(libmcfp VERSION 1.3.1 LANGUAGES CXX)
project(libmcfp VERSION 1.3.2 LANGUAGES CXX)

list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)

Expand Down
3 changes: 3 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Version 1.3.2
- Fix config.cmake file

Version 1.3.1
- revert the name change

Expand Down

0 comments on commit bbb5feb

Please sign in to comment.