Bump version to 0.0.9

This commit is contained in:
Carles Fernandez 2017-02-05 20:47:57 +01:00
parent 0eaea3d563
commit 24fb4d75f1
5 changed files with 9 additions and 9 deletions

View File

@ -1,4 +1,4 @@
# Copyright (C) 2010-2015 (see AUTHORS file for a list of contributors)
# Copyright (C) 2010-2017 (see AUTHORS file for a list of contributors)
#
# This file is part of GNSS-SDR.
#
@ -82,7 +82,7 @@ option(ENABLE_OWN_GPSTK "Force to download, build and link GPSTk for system test
###############################
# GNSS-SDR version information
###############################
set(THIS_IS_A_RELEASE OFF) # only related to version name, no further implications.
set(THIS_IS_A_RELEASE ON) # only related to version name, no further implications.
if(NOT ${THIS_IS_A_RELEASE})
# Get the current working branch
execute_process(
@ -104,9 +104,9 @@ endif(NOT ${THIS_IS_A_RELEASE})
set(VERSION_INFO_MAJOR_VERSION 0)
set(VERSION_INFO_API_COMPAT 0)
if(${THIS_IS_A_RELEASE})
set(VERSION_INFO_MINOR_VERSION 8)
set(VERSION_INFO_MINOR_VERSION 9)
else(${THIS_IS_A_RELEASE})
set(VERSION_INFO_MINOR_VERSION 8.git-${GIT_BRANCH}-${GIT_COMMIT_HASH})
set(VERSION_INFO_MINOR_VERSION 9.git-${GIT_BRANCH}-${GIT_COMMIT_HASH})
endif(${THIS_IS_A_RELEASE})
set(VERSION ${VERSION_INFO_MAJOR_VERSION}.${VERSION_INFO_API_COMPAT}.${VERSION_INFO_MINOR_VERSION})

View File

@ -1,6 +1,6 @@
.\" Manpage for gnss\-sdr.
.\" Contact carles.fernandez@cttc.es to correct errors or typos.
.TH gnss\-sdr 1 "04 Jun 2016" "0.0.8" "gnss\-sdr man page"
.TH gnss\-sdr 1 "05 Feb 2017" "0.0.9" "gnss\-sdr man page"
.SH NAME
\fBgnss\-sdr\fR \- GNSS Software Defined Receiver.
.SH SYNOPSIS

View File

@ -1,5 +1,5 @@
#
# Copyright (C) 2010-2015 (see AUTHORS file for a list of contributors)
# Copyright (C) 2010-2017 (see AUTHORS file for a list of contributors)
#
# This file is part of GNSS-SDR.
#
@ -49,7 +49,7 @@ message(STATUS "Build type set to ${CMAKE_BUILD_TYPE}.")
set(VERSION_INFO_MAJOR_VERSION 0)
set(VERSION_INFO_MINOR_VERSION 0)
set(VERSION_INFO_MAINT_VERSION 8.git)
set(VERSION_INFO_MAINT_VERSION 9)
include(VolkVersion) #setup version info

View File

@ -1,6 +1,6 @@
.\" Manpage for volk_gnsssdr-config-info
.\" Contact carles.fernandez@cttc.es to correct errors or typos.
.TH volk_gnsssdr_profile 1 "06 Jun 2016" "0.0.8" "volk_gnsssdr-config-info man page"
.TH volk_gnsssdr_profile 1 "06 Feb 2017" "0.0.9" "volk_gnsssdr-config-info man page"
.SH NAME
\fBvolk_gnsssdr-config-info\fR \- Prints configuration information of libvolk_gnsssdr functions.
.SH SYNOPSIS

View File

@ -1,6 +1,6 @@
.\" Manpage for volk_gnsssdr_profile
.\" Contact carles.fernandez@cttc.es to correct errors or typos.
.TH volk_gnsssdr_profile 1 "11 May 2016" "0.0.7" "volk_gnsssdr_profile man page"
.TH volk_gnsssdr_profile 1 "06 Feb 2017" "0.0.9" "volk_gnsssdr_profile man page"
.SH NAME
\fBvolk_gnsssdr_profile\fR \- Profiler application for libvolk_gnsssdr functions.
.SH SYNOPSIS