diff --git a/CMakeLists.txt b/CMakeLists.txt index f764439..3a75335 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ set(CMAKE_BUILD_TYPE "Release" CACHE STRING "The type of build.") set(XGETTEXT_CMD "xgettext" CACHE STRING "The command for xgettext.") project(epubgrep - VERSION 0.0.0 + VERSION 0.1.0 DESCRIPTION "Search tool for EPUB ebooks" LANGUAGES CXX)