Skip to content

Commit

Permalink
Update version number for new release. Ensure it matches output for n…
Browse files Browse the repository at this point in the history
…ms -v

	modified:   README.md
	modified:   src/nms.c
  • Loading branch information
bartobri committed Feb 19, 2017
1 parent b45ea44 commit c181e1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Version](https://img.shields.io/badge/Version-0.3.1-green.svg)
![Version](https://img.shields.io/badge/Version-0.3.2-green.svg)

No More Secrets
===============
Expand Down
2 changes: 1 addition & 1 deletion src/nms.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include <ctype.h>
#include "nmseffect.h"

#define VERSION "0.3.0"
#define VERSION "0.3.2"
#define INPUT_GROWTH_FACTOR 2

int main(int argc, char *argv[]) {
Expand Down

0 comments on commit c181e1f

Please sign in to comment.