Skip to content

Commit

Permalink
Merge pull request #86 from accelerated/201_hotfix
Browse files Browse the repository at this point in the history
Bumbed version to 2.0.1
  • Loading branch information
Alex Damian authored May 14, 2019
2 parents 107ac82 + a70d2dc commit 906e18d
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 @@ -18,7 +18,7 @@ option(QUANTUM_BOOST_USE_FIXEDSIZE_STACKS "Use Boost fixed size stacks for corou

set(QUANTUM_VERSION_MAJOR 2)
set(QUANTUM_VERSION_MINOR 0)
set(QUANTUM_VERSION_REVISION 0)
set(QUANTUM_VERSION_REVISION 1)
set(QUANTUM_VERSION "${QUANTUM_VERSION_MAJOR}.${QUANTUM_VERSION_MINOR}.${QUANTUM_VERSION_REVISION}")

if (QUANTUM_INSTALL_ROOT)
Expand Down

0 comments on commit 906e18d

Please sign in to comment.