]> Dogcows Code - chaz/tint2/commitdiff
change version to 0.8
authorThierry Lorthiois <lorthiois@bbsoft.fr>
Wed, 16 Dec 2009 12:36:27 +0000 (12:36 +0000)
committerThierry Lorthiois <lorthiois@bbsoft.fr>
Wed, 16 Dec 2009 12:36:27 +0000 (12:36 +0000)
README
configure.ac
src/tint.c

diff --git a/README b/README
index fcfb5dffcece65611bd4473ab9437587d6f257ae..9c48fffae64a57a380da3853aa099176090347db 100644 (file)
--- a/README
+++ b/README
@@ -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.
 
 
index a4f8b223baba2278f846e78e5f2818ef914bbcb8..369010a8e8310c41c1502323293e0ce7404e5af6 100644 (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
 
index fd30d39f2f606e032dfa1b37c5df3970e53d4ff5..9e64ed37ac3c54e03a7077b1814d02ab9355cd67 100644 (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"))     {
This page took 0.025563 seconds and 4 git commands to generate.