Skip to content

Commit

Permalink
Merge pull request #342 from tudo-astroparticlephysics/update_version…
Browse files Browse the repository at this point in the history
…_7.5.0

Update version to 7.5.0
  • Loading branch information
Jean1995 authored Jan 25, 2023
2 parents 1bb15a0 + 81ac7cc commit 9d9979b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
cmake_minimum_required(VERSION 3.9)

set(PROPOSAL_VERSION_MAJOR 7)
set(PROPOSAL_VERSION_MINOR 4)
set(PROPOSAL_VERSION_PATCH 2)
set(PROPOSAL_VERSION_MINOR 5)
set(PROPOSAL_VERSION_PATCH 0)
set(PROPOSAL_VERSION ${PROPOSAL_VERSION_MAJOR}.${PROPOSAL_VERSION_MINOR}.${PROPOSAL_VERSION_PATCH})

project(PROPOSAL
Expand Down

0 comments on commit 9d9979b

Please sign in to comment.