mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-27 19:24:06 +00:00
Bump version number to 0.5.0
This commit is contained in:
parent
30f8640380
commit
44ba9d9f7c
|
@ -130,7 +130,7 @@ typedef int16_t coeff_t;
|
|||
//#define SIGN3(x) ((x) > 0) ? +1 : ((x) == 0 ? 0 : -1)
|
||||
#define SIGN3(x) (((x) > 0) - ((x) < 0))
|
||||
|
||||
#define VERSION_STRING "0.4.0"
|
||||
#define VERSION_STRING "0.5.0"
|
||||
|
||||
//#define VERBOSE 1
|
||||
|
||||
|
|
Loading…
Reference in a new issue