summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2019-08-05 08:22:47 +1000
committerErik de Castro Lopo <erikd@mega-nerd.com>2019-08-05 08:22:47 +1000
commit7e79d0aa9c4274776259a52a15081dc5f62c5063 (patch)
treec5e767851b837351f295f0d64064223b97cf3fef
parent31f2fa18742629a89b234461038c90a1b87ef09c (diff)
downloadflac-topic/test-1.3.3.tar.gz
CMakeLists.txttopic/test-1.3.3
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c2d2dfc7..e501f975 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.2) # HOMEPAGE_URL "https://www.xiph.org/flac/")
+project(FLAC VERSION 1.3.3) # HOMEPAGE_URL "https://www.xiph.org/flac/")
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")