Update version to 2.0.0

This commit is contained in:
Ari Lemmetti 2020-04-21 22:51:40 +03:00
parent 40e81f3243
commit 9753820b3a
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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)