bumping version for new release

This commit is contained in:
Justin Meza 2014-12-12 15:09:31 -08:00
parent cfab7e4401
commit 2464d0c117
2 changed files with 2 additions and 2 deletions

2
README
View File

@ -2,7 +2,7 @@
LICENSE
Copyright (C) 2010-2013 Justin J. Meza
Copyright (C) 2010-2015 Justin J. Meza
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

2
main.c
View File

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