Blame 0001-CMakeLists-Set-the-correct-default-version.patch

374b558
From e11528552885546a7c420d02599bb1bae01e89ff Mon Sep 17 00:00:00 2001
374b558
From: Tom Stellard <tstellar@redhat.com>
374b558
Date: Thu, 12 Oct 2017 20:50:06 -0700
374b558
Subject: [PATCH] CMakeLists: Set the correct default version
374b558
374b558
The default version is used if cmake cannot infer the version from the git tags.
374b558
---
374b558
 CMakeLists.txt | 4 ++--
374b558
 1 file changed, 2 insertions(+), 2 deletions(-)
374b558
374b558
diff --git a/CMakeLists.txt b/CMakeLists.txt
374b558
index bc8ce50..c1e8726 100644
374b558
--- a/CMakeLists.txt
374b558
+++ b/CMakeLists.txt
374b558
@@ -35,8 +35,8 @@ list ( APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake_modules" )
374b558
 
374b558
 include ( utils )
374b558
 
374b558
-## Get the package version. The defaults to 1.0.0.
374b558
-get_version ( "1.0.0" )
374b558
+## Get the package version.
374b558
+get_version ( "1.0.6" )
374b558
 
374b558
 set ( BUILD_VERSION_MAJOR ${VERSION_MAJOR} )
374b558
 set ( BUILD_VERSION_MINOR ${VERSION_MINOR} )
374b558
-- 
374b558
2.13.6
374b558