mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-23 18:14:06 +00:00
Update version to 2.0.0
This commit is contained in:
parent
40e81f3243
commit
9753820b3a
|
@ -1,4 +1,4 @@
|
|||
.TH KVAZAAR "1" "April 2020" "kvazaar v1.3.0" "User Commands"
|
||||
.TH KVAZAAR "1" "April 2020" "kvazaar v2.0.0" "User Commands"
|
||||
.SH NAME
|
||||
kvazaar \- open source HEVC encoder
|
||||
.SH SYNOPSIS
|
||||
|
|
|
@ -206,7 +206,7 @@ typedef int16_t coeff_t;
|
|||
// NOTE: When making a release, check to see if incrementing libversion in
|
||||
// configure.ac is necessary.
|
||||
#ifndef KVZ_VERSION
|
||||
#define KVZ_VERSION 1.3.0
|
||||
#define KVZ_VERSION 2.0.0
|
||||
#endif
|
||||
#define VERSION_STRING QUOTE_EXPAND(KVZ_VERSION)
|
||||
|
||||
|
|
Loading…
Reference in a new issue