Skip to content

Commit

Permalink
Merge pull request #109 from lu-zero/master
Browse files Browse the repository at this point in the history
version: Bump
  • Loading branch information
aryla committed Oct 23, 2015
2 parents 1cf55f0 + 7ecd9c7 commit f7b6365
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 @@ -12,7 +12,7 @@ LIBDIR = $(PREFIX)/lib
DLLDIR = $(BINDIR)

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

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.0
#define KVZ_VERSION 0.7.1
#define VERSION_STRING QUOTE_EXPAND(KVZ_VERSION)

//#define VERBOSE 1
Expand Down

0 comments on commit f7b6365

Please sign in to comment.