Skip to content

Commit

Permalink
v0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Swiecki committed Sep 14, 2016
1 parent 28d8b86 commit 6b9efac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
#endif

#define PROG_NAME "honggfuzz"
#define PROG_VERSION "0.8rc"
#define PROG_VERSION "0.8"
#define PROG_AUTHORS "Robert Swiecki <swiecki@google.com> et al.,\nCopyright 2010-2015 by Google Inc. All Rights Reserved."

/* Go-style defer implementation */
Expand Down
2 changes: 1 addition & 1 deletion display.c
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ static void display_displayLocked(honggfuzz_t * hfuzz)
prev_exec_cnt = curr_exec_cnt;
MX_SCOPED_LOCK(logMutexGet());
display_put("%s", ESC_CLEAR);
display_put("-----------------------------[ %s v%s ]-----------------------------\n", PROG_NAME,
display_put("------------------------------[ %s v%s ]------------------------------\n", PROG_NAME,
PROG_VERSION);
display_put(" Iterations : " ESC_BOLD "%" _HF_MONETARY_MOD "zu" ESC_RESET, curr_exec_cnt);
display_printKMG(curr_exec_cnt);
Expand Down

0 comments on commit 6b9efac

Please sign in to comment.