Skip to content

Commit

Permalink
Bump version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aryla committed Sep 30, 2015
1 parent fdc3110 commit 512e5bb
Show file tree
Hide file tree
Showing 2 changed files with 4 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 = 0
VER_MAJOR = 1
VER_MINOR = 0
VER_RELEASE = 0

Expand Down
4 changes: 3 additions & 1 deletion src/global.h
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,9 @@ typedef int16_t coeff_t;
#define QUOTE(x) #x
#define QUOTE_EXPAND(x) QUOTE(x)

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

//#define VERBOSE 1
Expand Down

0 comments on commit 512e5bb

Please sign in to comment.