update NEWS, versions

master 0.1.3
Rob Sykes 2018-02-24 10:53:13 +00:00
parent ac53e00063
commit 945b592b70
3 changed files with 5 additions and 5 deletions

View File

@ -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

6
NEWS
View File

@ -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)

View File

@ -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"