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:
parent
05ac66a6e0
commit
f4867f9366
3 changed files with 3 additions and 5 deletions
4
README
4
README
|
@ -3,9 +3,7 @@ execute "tint2"
|
||||||
or "tint2 -c path_to_config_file"
|
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.
|
for latest release, documentation and sample config file.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# -*- Autoconf -*-
|
# -*- Autoconf -*-
|
||||||
# Process this file with autoconf to produce a configure script.
|
# Process this file with autoconf to produce a configure script.
|
||||||
AC_PREREQ([2.61])
|
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
|
AM_INIT_AUTOMAKE
|
||||||
|
|
||||||
|
|
|
@ -58,7 +58,7 @@ void init (int argc, char *argv[])
|
||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
if (!strcmp(argv[i], "-v") || !strcmp(argv[i], "--version")) {
|
if (!strcmp(argv[i], "-v") || !strcmp(argv[i], "--version")) {
|
||||||
printf("tint2 version 0.7.svn\n");
|
printf("tint2 version 0.8\n");
|
||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
if (!strcmp(argv[i], "-c")) {
|
if (!strcmp(argv[i], "-c")) {
|
||||||
|
|
Loading…
Reference in a new issue