mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-24 02:24:07 +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_EXPAND(x) QUOTE(x)
|
||||
|
||||
// NOTE: When making a release, remember to also bump library version in
|
||||
// Makefile, if necessary.
|
||||
#define KVZ_VERSION 0.8.1
|
||||
// NOTE: When making a release, check to see if incrementing libversion in
|
||||
// configure.ac is necessary.
|
||||
#define KVZ_VERSION 0.8.2
|
||||
#define VERSION_STRING QUOTE_EXPAND(KVZ_VERSION)
|
||||
|
||||
//#define VERBOSE 1
|
||||
|
|
Loading…
Reference in a new issue