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

19d7ebd
From 7caed15e2b9ee7a8ba50331d394aa33a5efc6e83 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
---
19d7ebd
 CMakeLists.txt | 2 +-
19d7ebd
 1 file changed, 1 insertion(+), 1 deletion(-)
374b558
374b558
diff --git a/CMakeLists.txt b/CMakeLists.txt
19d7ebd
index cb2605b..9e5ea51 100644
374b558
--- a/CMakeLists.txt
374b558
+++ b/CMakeLists.txt
19d7ebd
@@ -42,7 +42,7 @@ include ( utils )
19d7ebd
 include ( GNUInstallDirs )
374b558
 
19d7ebd
 ## Setup the package version.
374b558
-get_version ( "1.0.0" )
374b558
+get_version ( "1.0.6" )
374b558
 
374b558
 set ( BUILD_VERSION_MAJOR ${VERSION_MAJOR} )
374b558
 set ( BUILD_VERSION_MINOR ${VERSION_MINOR} )
374b558
-- 
19d7ebd
2.17.0
374b558