Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mhekkel committed Jan 27, 2025
1 parent dca3b2e commit 9be10eb
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.10)
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")

# set the project name
project(mrc VERSION 1.3.14)
project(mrc VERSION 1.3.15)

include(CTest)

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.15
- Yet another fix for the cmake config file

Version 1.3.14
- Fixed the cmake code to generate dep files

Expand Down

0 comments on commit 9be10eb

Please sign in to comment.