Skip to content

Commit

Permalink
Merge pull request #48 from jlingema/version
Browse files Browse the repository at this point in the history
Update version in CMakeLists
  • Loading branch information
vvolkl authored May 9, 2017
2 parents d46b900 + 176e420 commit f78d8aa
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
Expand Up @@ -2,8 +2,8 @@ cmake_minimum_required(VERSION 2.8)
project(fccedm CXX)

set(FCCEDM_MAJOR_VERSION 0)
set(FCCEDM_MINOR_VERSION 4)
set(FCCEDM_PATCH_VERSION 0)
set(FCCEDM_MINOR_VERSION 5)
set(FCCEDM_PATCH_VERSION 1)
set(FCCEDM_VERSION
${FCCEDM_MAJOR_VERSION}.${FCCEDM_MINOR_VERSION})

Expand Down

0 comments on commit f78d8aa

Please sign in to comment.