Skip to content

Commit

Permalink
Kvazaar version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aryla committed Nov 17, 2017
1 parent 4cb0542 commit cf85d52
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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
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" "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
Expand Down
2 changes: 1 addition & 1 deletion src/global.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit cf85d52

Please sign in to comment.