Skip to content

Commit

Permalink
Typo in CMakeLists
Browse files Browse the repository at this point in the history
  • Loading branch information
elboulangero committed Jun 2, 2017
1 parent e28f40d commit 259b534
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 @@ -12,8 +12,8 @@ include(PNMixer_macros)
## version and global project vars
set(PNMixer_VERSION_MAJOR 0)
set(PNMixer_VERSION_MINOR 7)
set(Pnmixer_VERSION_MICRO 1)
set(PACKAGE_VERSION "${PNMixer_VERSION_MAJOR}.${PNMixer_VERSION_MINOR}.${Pnmixer_VERSION_MICRO}")
set(PNMixer_VERSION_MICRO 1)
set(PACKAGE_VERSION "${PNMixer_VERSION_MAJOR}.${PNMixer_VERSION_MINOR}.${PNMixer_VERSION_MICRO}")
set(PACKAGE "pnmixer")


Expand Down

0 comments on commit 259b534

Please sign in to comment.