diff --git a/CMakeLists.txt b/CMakeLists.txt index b498701e5..6e47596f5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,8 +18,9 @@ cmake_minimum_required(VERSION 3.14) include(cmake/get_nwx_cmake.cmake) #Sets the version to whatever git thinks it is -include(get_version_from_git) -get_version_from_git(pluginplay_version "${CMAKE_CURRENT_LIST_DIR}") +#include(get_version_from_git) +#get_version_from_git(pluginplay_version "${CMAKE_CURRENT_LIST_DIR}") +set(pluginplay_version 1.0.0) project(pluginplay VERSION "${pluginplay_version}" LANGUAGES CXX) include(nwx_versions)