mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-23 18:14:06 +00:00
Change version to v2.1.0
This commit is contained in:
parent
57883369ca
commit
cc22233117
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue