diff --git a/Makefile.am b/Makefile.am index 6f14ba30..b9079dd9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 \ diff --git a/configure.ac b/configure.ac index f940272c..832b584d 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/doc/kvazaar.1 b/doc/kvazaar.1 index 722e1cc3..93def73f 100644 --- a/doc/kvazaar.1 +++ b/doc/kvazaar.1 @@ -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 diff --git a/src/global.h b/src/global.h index f43961a9..c6a6ebba 100644 --- a/src/global.h +++ b/src/global.h @@ -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)