mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-13 19:50:34 +00:00
Bump version to 0.0.12
Add REUSE badge to README file
This commit is contained in:
parent
52b2b8b9d8
commit
1a2f7c7d9d
@ -114,7 +114,7 @@ endif()
|
||||
################################################################################
|
||||
# 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})
|
||||
find_package(Git)
|
||||
set_package_properties(Git PROPERTIES
|
||||
@ -150,9 +150,9 @@ endif()
|
||||
set(VERSION_INFO_MAJOR_VERSION 0)
|
||||
set(VERSION_INFO_API_COMPAT 0)
|
||||
if(${THIS_IS_A_RELEASE})
|
||||
set(VERSION_INFO_MINOR_VERSION 11)
|
||||
set(VERSION_INFO_MINOR_VERSION 12)
|
||||
else()
|
||||
set(VERSION_INFO_MINOR_VERSION 11.git-${GIT_BRANCH}-${GIT_COMMIT_HASH})
|
||||
set(VERSION_INFO_MINOR_VERSION 12.git-${GIT_BRANCH}-${GIT_COMMIT_HASH})
|
||||
endif()
|
||||
|
||||
set(VERSION ${VERSION_INFO_MAJOR_VERSION}.${VERSION_INFO_API_COMPAT}.${VERSION_INFO_MINOR_VERSION})
|
||||
|
@ -1,6 +1,7 @@
|
||||
[![](./docs/doxygen/images/gnss-sdr_logo.png)](https://gnss-sdr.org "GNSS-SDR website")
|
||||
|
||||
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
|
||||
[![REUSE status](https://api.reuse.software/badge/github.com/gnss-sdr/gnss-sdr)](https://api.reuse.software/info/github.com/gnss-sdr/gnss-sdr)
|
||||
|
||||
<!-- prettier-ignore-start -->
|
||||
[comment]: # (
|
||||
|
@ -8,7 +8,7 @@ SPDX-FileCopyrightText: 2011-2020 Carles Fernandez-Prades <carles.fernandez@cttc
|
||||
)
|
||||
<!-- prettier-ignore-end -->
|
||||
|
||||
## [GNSS-SDR (unreleased)](https://github.com/gnss-sdr/gnss-sdr/tree/next)
|
||||
## [GNSS-SDR v0.0.12](https://github.com/gnss-sdr/gnss-sdr/releases/tag/v0.0.12)
|
||||
|
||||
### Improvements in Accuracy:
|
||||
|
||||
@ -140,7 +140,7 @@ SPDX-FileCopyrightText: 2011-2020 Carles Fernandez-Prades <carles.fernandez@cttc
|
||||
- Improved CMake script for cross-compilation and for the detection of AVX, AVX2
|
||||
and NEON (v7 and v8) instructions.
|
||||
- Fixed warnings raised by CMake 3.17.
|
||||
- Fixed warnings raised by cmake --warn-uninitialized ..
|
||||
- Fixed warnings raised by `cmake --warn-uninitialized ..`
|
||||
- Fixed the receiver's availability in systems in which the Sys V message queue
|
||||
mechanism is not available.
|
||||
|
||||
@ -163,7 +163,7 @@ SPDX-FileCopyrightText: 2011-2020 Carles Fernandez-Prades <carles.fernandez@cttc
|
||||
### Improvements in Repeatability:
|
||||
|
||||
- Added the option to apply carrier smoothing of code pseudoranges with new
|
||||
Observables parameter enable_carrier_smoothing.
|
||||
Observables parameter `Observables.enable_carrier_smoothing`.
|
||||
- Fixed normalization of DLL discriminator in BPSK modulations when the spacing
|
||||
between correlators was not 0.5.
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
.\" SPDX-License-Identifier: GPL-3.0-or-later
|
||||
.\" SPDX-FileCopyrightText: Carles Fernandez-Prades <carles.fernandez(at)cttc.es>
|
||||
.\" Contact carles.fernandez@cttc.es to correct errors or typos.
|
||||
.TH gnss\-sdr 1 "29 Jul 2019" "0.0.11" "gnss\-sdr man page"
|
||||
.TH gnss\-sdr 1 "23 Mar 2020" "0.0.12" "gnss\-sdr man page"
|
||||
.SH NAME
|
||||
\fBgnss\-sdr\fR \- GNSS Software Defined Receiver.
|
||||
.SH SYNOPSIS
|
||||
|
@ -187,7 +187,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 11.git)
|
||||
set(VERSION_INFO_MAINT_VERSION 12)
|
||||
include(VolkVersion) # setup version info
|
||||
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
.\" SPDX-License-Identifier: GPL-3.0-or-later
|
||||
.\" SPDX-FileCopyrightText: Carles Fernandez-Prades <carles.fernandez(at)cttc.es>
|
||||
.\" Contact carles.fernandez@cttc.es to correct errors or typos.
|
||||
.TH volk_gnsssdr\-config\-info 1 "29 Jul 2019" "0.0.11" "volk_gnsssdr\-config\-info man page"
|
||||
.TH volk_gnsssdr\-config\-info 1 "13 Mar 2020" "0.0.12" "volk_gnsssdr\-config\-info man page"
|
||||
.SH NAME
|
||||
\fBvolk_gnsssdr\-config\-info\fR \- Prints configuration information of libvolk_gnsssdr functions.
|
||||
.SH SYNOPSIS
|
||||
|
@ -2,7 +2,7 @@
|
||||
.\" SPDX-License-Identifier: GPL-3.0-or-later
|
||||
.\" SPDX-FileCopyrightText: Carles Fernandez-Prades <carles.fernandez(at)cttc.es>
|
||||
.\" Contact carles.fernandez@cttc.es to correct errors or typos.
|
||||
.TH volk_gnsssdr_profile 1 "29 Jul 2019" "0.0.11" "volk_gnsssdr_profile man page"
|
||||
.TH volk_gnsssdr_profile 1 "13 Mar 2020" "0.0.12" "volk_gnsssdr_profile man page"
|
||||
.SH NAME
|
||||
\fBvolk_gnsssdr_profile\fR \- Profiler application for libvolk_gnsssdr functions.
|
||||
.SH SYNOPSIS
|
||||
|
@ -21,7 +21,7 @@
|
||||
*/
|
||||
|
||||
#ifndef GNSS_SDR_VERSION
|
||||
#define GNSS_SDR_VERSION "0.0.11"
|
||||
#define GNSS_SDR_VERSION "0.0.12"
|
||||
#endif
|
||||
|
||||
#ifndef GOOGLE_STRIP_LOG
|
||||
|
Loading…
Reference in New Issue
Block a user