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

4
README
View file

@ -3,9 +3,7 @@ execute "tint2"
or "tint2 -c path_to_config_file"
documentation is in /doc
check http://code.google.com/p/tint2/
check http://code.google.com/p/tint2/
for latest release, documentation and sample config file.

View file

@ -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

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")) {