mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-23 18:14:06 +00:00
Kvazaar version 1.2.0
This commit is contained in:
parent
4cb054295a
commit
cf85d52b9d
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue