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.
# -*- 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
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")) {