mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-27 19:24:06 +00:00
Increase version number.
- Also removes VERSION macro that wasn't used for anything.
This commit is contained in:
parent
9b9e069560
commit
9b993de79b
|
@ -109,8 +109,7 @@ typedef int16_t coefficient;
|
|||
//#define SIGN3(x) ((x) > 0) ? +1 : ((x) == 0 ? 0 : -1)
|
||||
#define SIGN3(x) (((x) > 0) - ((x) < 0))
|
||||
|
||||
#define VERSION_STRING "0.2.3"
|
||||
#define VERSION 0.2
|
||||
#define VERSION_STRING "0.2.4"
|
||||
|
||||
//#define VERBOSE 1
|
||||
|
||||
|
|
Loading…
Reference in a new issue