Skip to content

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
  • Loading branch information
mhekkel committed Jan 24, 2023
1 parent 13ed838 commit 385c493
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.16)

# set the project name
project(libmcfp VERSION 1.2.2 LANGUAGES CXX)
project(libmcfp VERSION 1.2.3 LANGUAGES CXX)

include(GNUInstallDirs)
include(CMakePackageConfigHelpers)
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.2.3
- MSVC compatibility

Version 1.2.2
- Added a non-throwing get
- Added extended example code
Expand Down

0 comments on commit 385c493

Please sign in to comment.