Skip to content

Commit

Permalink
Change version number for v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ari-koivula committed Jan 15, 2016
1 parent e2402c0 commit c8c0b4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/global.h
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,9 @@ typedef int16_t coeff_t;
#define QUOTE(x) #x
#define QUOTE_EXPAND(x) QUOTE(x)

// NOTE: When making a release, remember to also bump library version in
// Makefile, if necessary.
#define KVZ_VERSION 0.8.1
// NOTE: When making a release, check to see if incrementing libversion in
// configure.ac is necessary.
#define KVZ_VERSION 0.8.2
#define VERSION_STRING QUOTE_EXPAND(KVZ_VERSION)

//#define VERBOSE 1
Expand Down

0 comments on commit c8c0b4e

Please sign in to comment.