Skip to content

Commit

Permalink
Update versions for a new release
Browse files Browse the repository at this point in the history
  • Loading branch information
Arizer committed Oct 30, 2015
1 parent 9477364 commit 6dce1f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ DLLDIR = $(BINDIR)

# Library version number
VER_MAJOR = 2
VER_MINOR = 0
VER_MINOR = 1
VER_RELEASE = 0

PROG = kvazaar
Expand Down
2 changes: 1 addition & 1 deletion src/global.h
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ typedef int16_t coeff_t;

// NOTE: When making a release, remember to also bump library version in
// Makefile, if necessary.
#define KVZ_VERSION 0.7.1
#define KVZ_VERSION 0.7.2
#define VERSION_STRING QUOTE_EXPAND(KVZ_VERSION)

//#define VERBOSE 1
Expand Down

0 comments on commit 6dce1f1

Please sign in to comment.