Skip to content

Commit

Permalink
Change version to v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fador committed Oct 13, 2021
1 parent 5788336 commit cc22233
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/kvazaar.1
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/global.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit cc22233

Please sign in to comment.