From 7ecd9c72846930a55664fc4afc52a8aaf08820b9 Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Fri, 23 Oct 2015 01:11:16 +0200 Subject: [PATCH] version: Bump d5f3778f72e684589fd69623d5b449023b2c13de provided a new interface --- src/Makefile | 2 +- src/global.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile b/src/Makefile index 65ddfa319..c36d7c102 100644 --- a/src/Makefile +++ b/src/Makefile @@ -12,7 +12,7 @@ LIBDIR = $(PREFIX)/lib DLLDIR = $(BINDIR) # Library version number -VER_MAJOR = 1 +VER_MAJOR = 2 VER_MINOR = 0 VER_RELEASE = 0 diff --git a/src/global.h b/src/global.h index b39264eae..fc1282a49 100644 --- a/src/global.h +++ b/src/global.h @@ -144,7 +144,7 @@ typedef int16_t coeff_t; // NOTE: When making a release, remember to also bump library version in // Makefile, if necessary. -#define KVZ_VERSION 0.7.0 +#define KVZ_VERSION 0.7.1 #define VERSION_STRING QUOTE_EXPAND(KVZ_VERSION) //#define VERBOSE 1