0
0
mirror of https://github.com/monero-project/kovri synced 2025-10-06 00:32:51 +02:00

Kovri: update release version and codename

"Les préludes", after Franz Liszt.
This commit is contained in:
anonimal
2018-07-25 07:19:19 +00:00
parent 6333929c0e
commit a77ae03f7c

View File

@@ -4,8 +4,8 @@ project(kovri CXX)
set(KOVRI_PROJECT "The Kovri I2P Router Project")
# Versioning
set(KOVRI_VERSION "0.1.0-pre-alpha")
set(KOVRI_CODENAME "In the beginning")
set(KOVRI_VERSION "0.1.0-alpha")
set(KOVRI_CODENAME "Les préludes")
# Get git revision
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.git)