mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-27 19:24:06 +00:00
Bump version to 0.7.0
This commit is contained in:
parent
fdc31106a0
commit
512e5bb25f
|
@ -12,7 +12,7 @@ LIBDIR = $(PREFIX)/lib
|
|||
DLLDIR = $(BINDIR)
|
||||
|
||||
# Library version number
|
||||
VER_MAJOR = 0
|
||||
VER_MAJOR = 1
|
||||
VER_MINOR = 0
|
||||
VER_RELEASE = 0
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue