Skip to content

Commit

Permalink
Merge pull request #83 from accelerated/master
Browse files Browse the repository at this point in the history
Bumped library version to 2.0.0
  • Loading branch information
Alex Damian authored May 13, 2019
2 parents 20bbc9d + 27003e6 commit 2db8e21
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 @@ -16,8 +16,8 @@ option(QUANTUM_BOOST_USE_PROTECTED_STACKS "Use Boost protected stacks for corout
option(QUANTUM_BOOST_USE_FIXEDSIZE_STACKS "Use Boost fixed size stacks for coroutines." OFF)


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

Expand Down

0 comments on commit 2db8e21

Please sign in to comment.