Skip to content

Commit

Permalink
FizzBuzz, version 0.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Krzysztof Wilczynski <[email protected]>
  • Loading branch information
kwilczynski committed Sep 28, 2012
1 parent ce42d20 commit 115f81f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.1
0.0.2
2 changes: 1 addition & 1 deletion ext/fizzbuzz/fizzbuzz.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

#include <ruby.h>

#define FIZZBUZZ_VERSION "0.0.1"
#define FIZZBUZZ_VERSION "0.0.2"

#define SCORE_VALUE(x) (!((x) % 3) + 2 * !((x) % 5))

Expand Down

0 comments on commit 115f81f

Please sign in to comment.