diff --git a/CMakeLists.txt b/CMakeLists.txt index 56760c7..3beb3b3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.5) -project(obs-auto-subtitle VERSION 0.3.0) +project(obs-auto-subtitle VERSION 0.4.0) add_compile_definitions(OBS_SSP_VERSION="${CMAKE_PROJECT_VERSION}") @@ -130,4 +130,4 @@ if(UNIX AND NOT APPLE) install(FILES ${locale_files} DESTINATION "${CMAKE_INSTALL_PREFIX}/share/obs/obs-plugins/obs-auto-subtitle/locale") -endif() \ No newline at end of file +endif()