diff --git a/CMakeLists.txt b/CMakeLists.txt index 49b3a66..850ccdb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ set(CMAKE_BUILD_TYPE "Release" CACHE STRING "The type of build.") option(BUILD_SHARED_LIBS "Build shared libraries." YES) project (mastorss - VERSION 0.9.9999 + VERSION 0.10.0 DESCRIPTION "Another RSS to Mastodon bot." LANGUAGES CXX)