mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-27 19:24:06 +00:00
Bump versions for release 1.3
This commit is contained in:
parent
2b2228a070
commit
5db3a78499
|
@ -1,4 +1,4 @@
|
||||||
.TH KVAZAAR "1" "July 2019" "kvazaar v1.2.0" "User Commands"
|
.TH KVAZAAR "1" "July 2019" "kvazaar v1.3.0" "User Commands"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
kvazaar \- open source HEVC encoder
|
kvazaar \- open source HEVC encoder
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
|
@ -206,7 +206,7 @@ typedef int16_t coeff_t;
|
||||||
// NOTE: When making a release, check to see if incrementing libversion in
|
// NOTE: When making a release, check to see if incrementing libversion in
|
||||||
// configure.ac is necessary.
|
// configure.ac is necessary.
|
||||||
#ifndef KVZ_VERSION
|
#ifndef KVZ_VERSION
|
||||||
#define KVZ_VERSION 1.2.0
|
#define KVZ_VERSION 1.3.0
|
||||||
#endif
|
#endif
|
||||||
#define VERSION_STRING QUOTE_EXPAND(KVZ_VERSION)
|
#define VERSION_STRING QUOTE_EXPAND(KVZ_VERSION)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue