Merge pull request #145 from darealshinji/patch-1

Bump KVZ_VERSION
This commit is contained in:
Ari Koivula 2016-10-25 19:42:19 +03:00 committed by GitHub
commit 4990b0d528

View file

@ -181,7 +181,7 @@ typedef int16_t coeff_t;
// NOTE: When making a release, check to see if incrementing libversion in
// configure.ac is necessary.
#ifndef KVZ_VERSION
#define KVZ_VERSION 0.8.3
#define KVZ_VERSION 1.0.0
#endif
#define VERSION_STRING QUOTE_EXPAND(KVZ_VERSION)