From 488d042e5feae2d2e48996338965b48a3d02e2be Mon Sep 17 00:00:00 2001 From: darealshinji Date: Tue, 25 Oct 2016 12:32:13 +0200 Subject: [PATCH] Bump KVZ_VERSION --- src/global.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/global.h b/src/global.h index 096b493a..0a423911 100644 --- a/src/global.h +++ b/src/global.h @@ -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)