Change version to v2.1.0

This commit is contained in:
Marko Viitanen 2021-10-13 14:32:04 +03:00
parent 57883369ca
commit cc22233117
4 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@ SUBDIRS = src tests
dist_man1_MANS = doc/kvazaar.1
dist_doc_DATA = LICENSE CREDITS README.md
dist_doc_DATA = LICENSE LICENSE.greatest LICENSE.x264asm CREDITS README.md
EXTRA_DIST = \
build \

View file

@ -23,7 +23,7 @@ AC_CONFIG_SRCDIR([src/encmain.c])
#
# Here is a somewhat sane guide to lib versioning: http://apr.apache.org/versioning.html
ver_major=6
ver_minor=5
ver_minor=6
ver_release=0
# Prevents configure from adding a lot of defines to the CFLAGS

View file

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

View file

@ -218,7 +218,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 2.0.0
#define KVZ_VERSION 2.1.0
#endif
#define VERSION_STRING QUOTE_EXPAND(KVZ_VERSION)