updating version

This commit is contained in:
Justin J. Meza 2013-03-18 13:19:43 -04:00
parent da61b7bcee
commit 610f897733
1 changed files with 1 additions and 1 deletions

2
main.c
View File

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