Bump version to 0.7.0

This commit is contained in:
Arttu Ylä-Outinen 2015-09-30 15:20:57 +03:00
parent fdc31106a0
commit 512e5bb25f
2 changed files with 4 additions and 2 deletions

View file

@ -12,7 +12,7 @@ LIBDIR = $(PREFIX)/lib
DLLDIR = $(BINDIR)
# Library version number
VER_MAJOR = 0
VER_MAJOR = 1
VER_MINOR = 0
VER_RELEASE = 0

View file

@ -141,7 +141,9 @@ typedef int16_t coeff_t;
#define QUOTE(x) #x
#define QUOTE_EXPAND(x) QUOTE(x)
#define KVZ_VERSION 0.6.1
// NOTE: When making a release, remember to also bump library version in
// Makefile, if necessary.
#define KVZ_VERSION 0.7.0
#define VERSION_STRING QUOTE_EXPAND(KVZ_VERSION)
//#define VERBOSE 1