mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-28 03:34:06 +00:00
Change version number for v0.8.2
This commit is contained in:
parent
e2402c0000
commit
c8c0b4e8e8
|
@ -173,9 +173,9 @@ typedef int16_t coeff_t;
|
||||||
#define QUOTE(x) #x
|
#define QUOTE(x) #x
|
||||||
#define QUOTE_EXPAND(x) QUOTE(x)
|
#define QUOTE_EXPAND(x) QUOTE(x)
|
||||||
|
|
||||||
// NOTE: When making a release, remember to also bump library version in
|
// NOTE: When making a release, check to see if incrementing libversion in
|
||||||
// Makefile, if necessary.
|
// configure.ac is necessary.
|
||||||
#define KVZ_VERSION 0.8.1
|
#define KVZ_VERSION 0.8.2
|
||||||
#define VERSION_STRING QUOTE_EXPAND(KVZ_VERSION)
|
#define VERSION_STRING QUOTE_EXPAND(KVZ_VERSION)
|
||||||
|
|
||||||
//#define VERBOSE 1
|
//#define VERBOSE 1
|
||||||
|
|
Loading…
Reference in a new issue