[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Set the correct application version in CMakeLists.txt


Signed-off-by: Hani Benhabiles <hani@xxxxxxxxx>
---
This value is used in the .pc files (leading to an erroneous return value from
`pkg-config --modversion libssh libssh_thread`) as well as in Doxygen project
number.

 CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index b56479f..4d2bea5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,8 +7,8 @@ cmake_minimum_required(VERSION 2.6.0)
 set(APPLICATION_NAME ${PROJECT_NAME})
 
 set(APPLICATION_VERSION_MAJOR "0")
-set(APPLICATION_VERSION_MINOR "5")
-set(APPLICATION_VERSION_PATCH "90")
+set(APPLICATION_VERSION_MINOR "6")
+set(APPLICATION_VERSION_PATCH "3")
 
 set(APPLICATION_VERSION "${APPLICATION_VERSION_MAJOR}.${APPLICATION_VERSION_MINOR}.${APPLICATION_VERSION_PATCH}")
 
-- 
1.8.3.2


Follow-Ups:
Re: [PATCH] Set the correct application version in CMakeLists.txtAndreas Schneider <asn@xxxxxxxxxxxxxx>
Re: [PATCH] Set the correct application version in CMakeLists.txtHani Benhabiles <kroosec@xxxxxxxxx>
Archive administrator: postmaster@lists.cynapses.org