updated release version

This commit is contained in:
Justin J. Meza 2012-02-17 23:21:57 -05:00
parent 71f5c6ba11
commit 508194029a
1 changed files with 1 additions and 1 deletions

2
main.c
View File

@ -150,7 +150,7 @@ int main(int argc, char **argv)
FILE *file = NULL;
int ch;
char *revision = "v0.10.1";
char *revision = "v0.10.2";
program_name = argv[0];
while ((ch = getopt_long(argc, argv, shortopt, longopt, NULL)) != -1) {