diff --git a/CMakeLists.txt b/CMakeLists.txt index 704cb538d..28acf2879 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ cmake_minimum_required(VERSION 3.9 FATAL_ERROR) -project(olive-editor LANGUAGES CXX) +project(olive-editor VERSION 0.1.0 LANGUAGES CXX) option(UPDATE_TS "Update translations" OFF) option(BUILD_DOXYGEN "Build Doxygen documentation" OFF)