Skip to content

Commit

Permalink
Merge pull request #300 from AntelopeIO/bump_4_0_0
Browse files Browse the repository at this point in the history
[4.0] bump Leap version to 4.0.0-dev
  • Loading branch information
linh2931 authored Oct 6, 2022
2 parents dc13e72 + b0c409a commit c1f8889
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 @@ -13,8 +13,8 @@ set( CMAKE_CXX_STANDARD 17 )
set( CMAKE_CXX_EXTENSIONS ON )
set( CXX_STANDARD_REQUIRED ON)

set(VERSION_MAJOR 3)
set(VERSION_MINOR 2)
set(VERSION_MAJOR 4)
set(VERSION_MINOR 0)
set(VERSION_PATCH 0)
set(VERSION_SUFFIX dev)

Expand Down

0 comments on commit c1f8889

Please sign in to comment.