New version.

This commit is contained in:
Nicolás Ortega Froysa 2018-10-25 20:40:30 +02:00
parent 039ae5f134
commit 5400c4a8fc
No known key found for this signature in database
GPG Key ID: FEC70E3BAE2E69BF

View File

@ -25,7 +25,7 @@ project(TrippyCube C CXX)
# Binary filename
set(TARGET_NAME "trippy-cube")
set(TARGET_VERSION "v2.0")
set(TARGET_VERSION "v2.0.1")
# Use DEBUG by default
if(NOT CMAKE_BUILD_TYPE)