From 77088c4602bb9cbbb71b84f1dc24a30790ce283f Mon Sep 17 00:00:00 2001 From: Thierry Lorthiois Date: Wed, 16 Dec 2009 12:36:27 +0000 Subject: [PATCH] change version to 0.8 --- README | 4 +--- configure.ac | 2 +- src/tint.c | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/README b/README index fcfb5df..9c48fff 100644 --- 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. diff --git a/configure.ac b/configure.ac index a4f8b22..369010a 100644 --- a/configure.ac +++ b/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 diff --git a/src/tint.c b/src/tint.c index fd30d39..9e64ed3 100644 --- a/src/tint.c +++ b/src/tint.c @@ -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")) { -- 2.44.0