From 68f5d32198dc4c1dcb8faa9a46523e285b681423 Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Mon, 5 Aug 2019 08:22:47 +1000 Subject: Version 1.3.4 Verion 1.3.3 was borked because the version number in CMakeLists.txt did not get updated. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index d4578c5b..243f3c45 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ if(NOT (CMAKE_BUILD_TYPE OR CMAKE_CONFIGURATION_TYPES OR DEFINED ENV{CFLAGS} OR set(CMAKE_BUILD_TYPE Release CACHE STRING "Choose the type of build, options are: None Debug Release RelWithDebInfo") endif() -project(FLAC VERSION 1.3.3) # HOMEPAGE_URL "https://www.xiph.org/flac/") +project(FLAC VERSION 1.3.4) # HOMEPAGE_URL "https://www.xiph.org/flac/") list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") -- cgit v1.2.1