Skip to content

Commit

Permalink
fix: next version will be 5.0.0 (#66)
Browse files Browse the repository at this point in the history
### Briefly, what does this PR introduce?
Due to incompatible changes in #58 the next version will be 5.0.0.
  • Loading branch information
wdconinc authored Jan 20, 2024
1 parent 6904444 commit 23e41fc
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 @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.12)
project(EDM4EIC
LANGUAGES CXX)

SET( ${PROJECT_NAME}_VERSION_MAJOR 4 )
SET( ${PROJECT_NAME}_VERSION_MAJOR 5 )
SET( ${PROJECT_NAME}_VERSION_MINOR 0 )
SET( ${PROJECT_NAME}_VERSION_PATCH 0 )
SET( ${PROJECT_NAME}_VERSION "${${PROJECT_NAME}_VERSION_MAJOR}.${${PROJECT_NAME}_VERSION_MINOR}.${${PROJECT_NAME}_VERSION_PATCH}" )
Expand Down

0 comments on commit 23e41fc

Please sign in to comment.