Updating version number for -v switch

modified:   src/main.c
This commit is contained in:
Brian Barto 2016-05-19 10:19:51 -04:00
parent cdf03c3d23
commit e07eddaee2
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
#include <ctype.h>
#include "nms.h"
#define VERSION "0.1.0"
#define VERSION "0.2.0"
#define INPUT_GROWTH_FACTOR 2
int main(int argc, char *argv[]) {