Skip to content

Commit

Permalink
Bump to 0.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
quark-zju committed Oct 14, 2014
1 parent 67d92ee commit bb1f9f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ NULL = ENV['NULL'] || '/dev/null'
NODEBUG_FLAG = ENV['NDEBUG'] ? '-DNDEBUG' : ''
GROUPADD = ENV['GROUPADD'] || 'groupadd'

FALLBACK_VER = 'v0.9.7'
FALLBACK_VER = 'v0.9.8'

CLEAN.include('*.o')
CLOBBER.include(BIN)
Expand Down
2 changes: 1 addition & 1 deletion src/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#endif

#ifndef VERSION
# define VERSION "v0.9.7"
# define VERSION "v0.9.8"
#endif

#include <cstdio>
Expand Down

0 comments on commit bb1f9f9

Please sign in to comment.