From: Moritz Bunkus Date: Thu, 19 Apr 2018 10:55:31 +0000 (+0200) Subject: cmake: fix version number X-Git-Tag: release-1.4.9~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=289438ef6e455f54649b4fdce116cd6cc0e8156a;p=libmatroska cmake: fix version number --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 2dbd533..a9745d6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.1.2) -project(matroska VERSION 1.4.7) +project(matroska VERSION 1.4.8) option(DISABLE_PKGCONFIG "Disable PkgConfig module generation" OFF) option(DISABLE_CMAKE_CONFIG "Disable CMake package config module generation" OFF)