Bump version to 1.1.0

This commit is contained in:
Ari Koivula 2017-02-16 20:52:05 +02:00
parent b021d2244e
commit 7369f25f64
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
.TH KVAZAAR "1" "January 2017" "kvazaar v1.0.0" "User Commands"
.TH KVAZAAR "1" "February 2017" "kvazaar v1.1.0" "User Commands"
.SH NAME
kvazaar \- open source HEVC encoder
.SH SYNOPSIS

View file

@ -181,7 +181,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.0.0
#define KVZ_VERSION 1.1.0
#endif
#define VERSION_STRING QUOTE_EXPAND(KVZ_VERSION)