[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Set the correct application version in CMakeLists.txt
[Thread Prev] | [Thread Next]
- Subject: Re: [PATCH] Set the correct application version in CMakeLists.txt
- From: Andreas Schneider <asn@xxxxxxxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Mon, 19 May 2014 09:29:57 +0200
- To: libssh@xxxxxxxxxx
On Thursday 15 May 2014 10:59:38 Hani Benhabiles wrote: > 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_VE > RSION_PATCH}") For which branch is this patch? I think master should be set to 0.7.0. -- andreas -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.org asn@xxxxxxxxxxxxxx
[PATCH] Set the correct application version in CMakeLists.txt | Hani Benhabiles <kroosec@xxxxxxxxx> |