change version to 0.8

git-svn-id: http://tint2.googlecode.com/svn/trunk@287 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
thilor77
2009-12-16 12:36:27 +00:00
parent 05ac66a6e0
commit f4867f9366
3 changed files with 3 additions and 5 deletions

View File

@@ -58,7 +58,7 @@ void init (int argc, char *argv[])
exit(0);
}
if (!strcmp(argv[i], "-v") || !strcmp(argv[i], "--version")) {
printf("tint2 version 0.7.svn\n");
printf("tint2 version 0.8\n");
exit(0);
}
if (!strcmp(argv[i], "-c")) {