Kvazaar version 1.2.0

This commit is contained in:
Arttu Ylä-Outinen 2017-11-17 15:23:33 +02:00
parent 4cb054295a
commit cf85d52b9d
3 changed files with 4 additions and 4 deletions

View file

@ -22,8 +22,8 @@ AC_CONFIG_SRCDIR([src/encmain.c])
# - Increment when making new releases and major or minor was not changed since last release.
#
# Here is a somewhat sane guide to lib versioning: http://apr.apache.org/versioning.html
ver_major=3
ver_minor=15
ver_major=4
ver_minor=0
ver_release=0
# Prevents configure from adding a lot of defines to the CFLAGS

View file

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

View file

@ -200,7 +200,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.1.0
#define KVZ_VERSION 1.2.0
#endif
#define VERSION_STRING QUOTE_EXPAND(KVZ_VERSION)