change version to 0.8 git-svn-id: http://tint2.googlecode.com/svn/trunk@287 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
3 files changed,
3 insertions(+),
5 deletions(-)
M
configure.ac
→
configure.ac
@@ -1,7 +1,7 @@
# -*- Autoconf -*- # Process this file with autoconf to produce a configure script. AC_PREREQ([2.61]) -AC_INIT([tint2], [0.7.9-svn], [http://code.google.com/p/tint2/issues]) +AC_INIT([tint2], [0.8], [http://code.google.com/p/tint2/issues]) AM_INIT_AUTOMAKE
M
src/tint.c
→
src/tint.c
@@ -58,7 +58,7 @@ printf("Usage: tint2 [-c] <config_file>\n");
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")) {