From 945b592b70470e29f917f4de89b4281fbbd540c0 Mon Sep 17 00:00:00 2001 From: Rob Sykes Date: Sat, 24 Feb 2018 10:53:13 +0000 Subject: [PATCH] update NEWS, versions --- CMakeLists.txt | 2 +- NEWS | 6 +++--- src/soxr.h | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 292cda2..ee48f6c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ set (DESCRIPTION_SUMMARY set (PROJECT_VERSION_MAJOR 0) set (PROJECT_VERSION_MINOR 1) -set (PROJECT_VERSION_PATCH "3b1") +set (PROJECT_VERSION_PATCH 3) # For shared-object; if, since the last public release: # 1) library code changed at all: ++revision diff --git a/NEWS b/NEWS index d41450f..9e7c298 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,10 @@ -Version 0.1.3 (2016-mm-dd) +Version 0.1.3 (2018-02-24) * SIMD enhancements: SSE, AVX, Neon. * Improve support for clang, ARM, and cross-compilation. * Provide env. var. override of runtime parameters. * Build fix re cmake variables AVCODEC_INCLUDE_DIRS & AVUTIL_INCLUDE_DIRS. - * N.B. build options WITH_SINGLE_PRECISION, WITH_DOUBLE_PRECISION & WITH_SIMD - have been removed; replacement options are detailed in INSTALL, `Resampling + * Build options WITH_SINGLE_PRECISION, WITH_DOUBLE_PRECISION & WITH_SIMD have + been removed; replacement options are detailed in INSTALL, `Resampling engines'. Version 0.1.2 (2015-09-05) diff --git a/src/soxr.h b/src/soxr.h index 18ad039..09ec7c4 100644 --- a/src/soxr.h +++ b/src/soxr.h @@ -66,7 +66,7 @@ input or output (e.g. ilen, olen). */ #define SOXR_VERSION(x,y,z) (((x)<<16)|((y)<<8)|(z)) #define SOXR_THIS_VERSION SOXR_VERSION(0,1,3) -#define SOXR_THIS_VERSION_STR "0.1.3b1" +#define SOXR_THIS_VERSION_STR "0.1.3"