Skip to content

Commit

Permalink
Bump version to 2.0.0.dev0
Browse files Browse the repository at this point in the history
  • Loading branch information
scotty007 committed Sep 24, 2020
1 parent 6ceb6c6 commit eee3088
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ endfunction(set_cxx_version)
project(libavg)

# libavg release version
set(AVG_VERSION_MAJOR 1)
set(AVG_VERSION_MINOR 8)
set(AVG_VERSION_MICRO 2)
set(AVG_VERSION_EXTRA ) # optional
set(AVG_VERSION_MAJOR 2)
set(AVG_VERSION_MINOR 0)
set(AVG_VERSION_MICRO 0)
set(AVG_VERSION_EXTRA dev0) # optional
set(AVG_VERSION_RELEASE "${AVG_VERSION_MAJOR}.${AVG_VERSION_MINOR}.${AVG_VERSION_MICRO}")
if(DEFINED AVG_VERSION_EXTRA)
set(AVG_VERSION_RELEASE "${AVG_VERSION_RELEASE}.${AVG_VERSION_EXTRA}")
Expand Down

0 comments on commit eee3088

Please sign in to comment.