From cf85d52b9d953d29bcc9f7e158a6a2be6f310078 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arttu=20Yl=C3=A4-Outinen?= Date: Fri, 17 Nov 2017 15:23:33 +0200 Subject: [PATCH] Kvazaar version 1.2.0 --- configure.ac | 4 ++-- doc/kvazaar.1 | 2 +- src/global.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 66aadd68..9c09f500 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/doc/kvazaar.1 b/doc/kvazaar.1 index 4b30c7ed..7b234b9b 100644 --- a/doc/kvazaar.1 +++ b/doc/kvazaar.1 @@ -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 diff --git a/src/global.h b/src/global.h index 5c76cc73..afed177b 100644 --- a/src/global.h +++ b/src/global.h @@ -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)