mirror of
https://github.com/feather-wallet/feather.git
synced 2024-11-16 17:27:38 +00:00
Move to semantic versioning
This commit is contained in:
parent
0cdc7e57f2
commit
466909ecea
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ message(STATUS "Initiating compile using CMake ${CMAKE_VERSION}")
|
|||
set(VERSION_MAJOR "1")
|
||||
set(VERSION_MINOR "0")
|
||||
set(VERSION_REVISION "0")
|
||||
set(VERSION "beta-9")
|
||||
set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REVISION}")
|
||||
|
||||
option(STATIC "Link libraries statically, requires static Qt")
|
||||
|
||||
|
|
Loading…
Reference in a new issue