Skip to content

Commit

Permalink
Merge pull request #211 from tudo-astroparticlephysics/bump_version_7…
Browse files Browse the repository at this point in the history
….1.0

Bump to version 7.1.0 [ci skip]
  • Loading branch information
sudojan authored Oct 14, 2021
2 parents 6d37008 + 34ed319 commit e05e460
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 0)
set(PROPOSAL_VERSION_PATCH 7)
set(PROPOSAL_VERSION_MINOR 1)
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 e05e460

Please sign in to comment.