Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/alexmarsev/soxr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRob Sykes <robs@users.sourceforge.net>2015-09-05 21:25:35 +0300
committerRob Sykes <robs@users.sourceforge.net>2015-09-05 21:25:35 +0300
commite064aba6ac16fb8f1fa64bc692e54230cec1b3af (patch)
tree3f9da6520223005d14e6ed184671670353cb660a /src
parentba8d717a377cfeb0084d557f3af4d12967ecfda5 (diff)
update NEWS, versionsHEAD0.1.2master
Diffstat (limited to 'src')
-rw-r--r--src/soxr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soxr.h b/src/soxr.h
index 4b4865f..8d9622d 100644
--- a/src/soxr.h
+++ b/src/soxr.h
@@ -65,8 +65,8 @@ input or output (e.g. ilen, olen). */
/* E.g. #if SOXR_THIS_VERSION >= SOXR_VERSION(0,1,1) ... */
#define SOXR_VERSION(x,y,z) (((x)<<16)|((y)<<8)|(z))
-#define SOXR_THIS_VERSION SOXR_VERSION(0,1,1)
-#define SOXR_THIS_VERSION_STR "0.1.1"
+#define SOXR_THIS_VERSION SOXR_VERSION(0,1,2)
+#define SOXR_THIS_VERSION_STR "0.1.2"