Bump version number to 0.0.10

This commit is contained in:
Carles Fernandez 2018-06-08 13:43:50 +02:00
parent 5b00ad1dc1
commit 0c2df93794
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D
7 changed files with 15 additions and 15 deletions

View File

@ -93,7 +93,7 @@ endif(ENABLE_FPGA)
############################### ###############################
# GNSS-SDR version information # 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}) if(NOT ${THIS_IS_A_RELEASE})
# Get the current working branch # Get the current working branch
execute_process( execute_process(
@ -115,9 +115,9 @@ endif(NOT ${THIS_IS_A_RELEASE})
set(VERSION_INFO_MAJOR_VERSION 0) set(VERSION_INFO_MAJOR_VERSION 0)
set(VERSION_INFO_API_COMPAT 0) set(VERSION_INFO_API_COMPAT 0)
if(${THIS_IS_A_RELEASE}) if(${THIS_IS_A_RELEASE})
set(VERSION_INFO_MINOR_VERSION 9) set(VERSION_INFO_MINOR_VERSION 10)
else(${THIS_IS_A_RELEASE}) else(${THIS_IS_A_RELEASE})
set(VERSION_INFO_MINOR_VERSION 9.git-${GIT_BRANCH}-${GIT_COMMIT_HASH}) set(VERSION_INFO_MINOR_VERSION 10.git-${GIT_BRANCH}-${GIT_COMMIT_HASH})
endif(${THIS_IS_A_RELEASE}) endif(${THIS_IS_A_RELEASE})
set(VERSION ${VERSION_INFO_MAJOR_VERSION}.${VERSION_INFO_API_COMPAT}.${VERSION_INFO_MINOR_VERSION}) set(VERSION ${VERSION_INFO_MAJOR_VERSION}.${VERSION_INFO_API_COMPAT}.${VERSION_INFO_MINOR_VERSION})

View File

@ -1,6 +1,6 @@
## [Unreleased](https://github.com/gnss-sdr/gnss-sdr/tree/next) ## [0.0.10](https://github.com/gnss-sdr/gnss-sdr/releases/tag/v0.0.10)
Next release will have several improvements in different dimensions, addition of new features and bug fixes: This release has several improvements in different dimensions, addition of new features and bug fixes:
### Improvements in Accuracy: ### Improvements in Accuracy:

View File

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

View File

@ -135,7 +135,7 @@ message(STATUS "Build type set to ${CMAKE_BUILD_TYPE}.")
set(VERSION_INFO_MAJOR_VERSION 0) set(VERSION_INFO_MAJOR_VERSION 0)
set(VERSION_INFO_MINOR_VERSION 0) set(VERSION_INFO_MINOR_VERSION 0)
set(VERSION_INFO_MAINT_VERSION 9.git) set(VERSION_INFO_MAINT_VERSION 10)
include(VolkVersion) #setup version info include(VolkVersion) #setup version info

View File

@ -1,14 +1,14 @@
.\" Manpage for volk_gnsssdr-config-info .\" Manpage for volk_gnsssdr\-config\-info
.\" Contact carles.fernandez@cttc.es to correct errors or typos. .\" Contact carles.fernandez@cttc.es to correct errors or typos.
.TH volk_gnsssdr_profile 1 "06 Feb 2017" "0.0.9" "volk_gnsssdr-config-info man page" .TH volk_gnsssdr\-config\-info 1 "14 Jun 2018" "0.0.10" "volk_gnsssdr\-config\-info man page"
.SH NAME .SH NAME
\fBvolk_gnsssdr-config-info\fR \- Prints configuration information of libvolk_gnsssdr functions. \fBvolk_gnsssdr\-config\-info\fR \- Prints configuration information of libvolk_gnsssdr functions.
.SH SYNOPSIS .SH SYNOPSIS
\fBvolk_gnsssdr-config-info\fR [OPTION] \fBvolk_gnsssdr\-config\-info\fR [OPTION]
.SH DESCRIPTION .SH DESCRIPTION
This program prints configuration information for the Vector-Optimized Library of Kernels of GNSS-SDR (VOLK_GNSSSDR). This program prints configuration information for the Vector\-Optimized Library of Kernels of GNSS\-SDR (VOLK_GNSSSDR).
.SH OPTIONS .SH OPTIONS
\fBvolk_gnsssdr-config-info\fR takes the following options: \fBvolk_gnsssdr\-config\-info\fR takes the following options:
.TP .TP
\fB-h\fR [ \fB--help\fR ] Print help message. \fB-h\fR [ \fB--help\fR ] Print help message.
.TP .TP

View File

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

View File

@ -32,7 +32,7 @@
*/ */
#ifndef GNSS_SDR_VERSION #ifndef GNSS_SDR_VERSION
#define GNSS_SDR_VERSION "0.0.9" #define GNSS_SDR_VERSION "0.0.10"
#endif #endif
#ifndef GOOGLE_STRIP_LOG #ifndef GOOGLE_STRIP_LOG