Skip to content

Commit

Permalink
Bump versions for release 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Arizer committed Jul 9, 2019
1 parent 2b2228a commit 5db3a78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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" "July 2019" "kvazaar v1.2.0" "User Commands"
.TH KVAZAAR "1" "July 2019" "kvazaar v1.3.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 @@ -206,7 +206,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.2.0
#define KVZ_VERSION 1.3.0
#endif
#define VERSION_STRING QUOTE_EXPAND(KVZ_VERSION)

Expand Down

0 comments on commit 5db3a78

Please sign in to comment.