1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00

0.8.0 version bump (#1373)

This commit is contained in:
Jason Rhinelander 2020-09-30 17:13:43 -03:00 committed by GitHub
parent 8943be6c3a
commit d41f6f1ef0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,11 +15,11 @@ endif()
set(PROJECT_NAME lokinet)
project(${PROJECT_NAME}
VERSION 0.7.1
VERSION 0.8.0
DESCRIPTION "lokinet - IP packet onion router"
LANGUAGES C CXX)
set(RELEASE_MOTTO "I'll remember that..." CACHE STRING "Release motto")
set(RELEASE_MOTTO "Proof of soon" CACHE STRING "Release motto")
add_definitions(-DLLARP_VERSION_MAJOR=${lokinet_VERSION_MAJOR})
add_definitions(-DLLARP_VERSION_MINOR=${lokinet_VERSION_MINOR})