From a04d5efbb0bb4559194f8e82e6ca3b993a071058 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Wed, 3 Aug 2011 22:41:18 +0000 Subject: [PATCH] About to release Browser 0.4.2 --- Makefile | 2 +- config.h | 2 +- config.sh | 2 +- po/de.po | 4 ++-- po/es.po | 4 ++-- po/fr.po | 4 ++-- po/it.po | 4 ++-- project.conf | 2 +- 8 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Makefile b/Makefile index bf3cf5b..cfff11a 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = Browser -VERSION = 0.4.1 +VERSION = 0.4.2 SUBDIRS = data include po src tools RM = rm -f LN = ln -f diff --git a/config.h b/config.h index f99a7ca..1a3f985 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ #define PACKAGE "Browser" -#define VERSION "0.4.1" +#define VERSION "0.4.2" #ifndef PREFIX # define PREFIX "/usr/local" diff --git a/config.sh b/config.sh index 2160dd9..1eee45b 100644 --- a/config.sh +++ b/config.sh @@ -1,5 +1,5 @@ PACKAGE="Browser" -VERSION="0.4.1" +VERSION="0.4.2" PREFIX="/usr/local" LIBDIR="${PREFIX}/lib" diff --git a/po/de.po b/po/de.po index 6535c87..f68b756 100644 --- a/po/de.po +++ b/po/de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Browser 0.1.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-08-03 23:52+0200\n" +"POT-Creation-Date: 2011-08-04 00:39+0200\n" "PO-Revision-Date: 2010-03-29 23:28+0200\n" "Last-Translator: Pierre Pronchery \n" "Language-Team: English\n" @@ -768,7 +768,7 @@ msgstr "" msgid "Command exited with signal %d" msgstr "" -#: ../src/plugins/dirtree.c:63 +#: ../src/plugins/dirtree.c:64 msgid "Directory tree" msgstr "" diff --git a/po/es.po b/po/es.po index ceec0de..d980747 100644 --- a/po/es.po +++ b/po/es.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Browser 0.1.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-08-03 23:52+0200\n" +"POT-Creation-Date: 2011-08-04 00:39+0200\n" "PO-Revision-Date: 2010-03-30 01:04+0200\n" "Last-Translator: Pierre Pronchery \n" "Language-Team: Spanish\n" @@ -768,7 +768,7 @@ msgstr "" msgid "Command exited with signal %d" msgstr "" -#: ../src/plugins/dirtree.c:63 +#: ../src/plugins/dirtree.c:64 msgid "Directory tree" msgstr "" diff --git a/po/fr.po b/po/fr.po index 7a095a5..de093b7 100644 --- a/po/fr.po +++ b/po/fr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Browser 0.1.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-08-03 23:52+0200\n" +"POT-Creation-Date: 2011-08-04 00:39+0200\n" "PO-Revision-Date: 2010-03-29 23:28+0200\n" "Last-Translator: Pierre Pronchery \n" "Language-Team: French\n" @@ -802,7 +802,7 @@ msgstr "La commande a terminé avec le code d'erreur %d" msgid "Command exited with signal %d" msgstr "La commande a été terminée par le signal %d" -#: ../src/plugins/dirtree.c:63 +#: ../src/plugins/dirtree.c:64 msgid "Directory tree" msgstr "Arborescence" diff --git a/po/it.po b/po/it.po index 55ea488..2aadc0a 100644 --- a/po/it.po +++ b/po/it.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Browser 0.1.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-08-03 23:52+0200\n" +"POT-Creation-Date: 2011-08-04 00:39+0200\n" "PO-Revision-Date: 2010-04-07 23:18+0200\n" "Last-Translator: Pierre Pronchery \n" "Language-Team: Italian\n" @@ -768,7 +768,7 @@ msgstr "" msgid "Command exited with signal %d" msgstr "" -#: ../src/plugins/dirtree.c:63 +#: ../src/plugins/dirtree.c:64 msgid "Directory tree" msgstr "" diff --git a/project.conf b/project.conf index d98b9c9..bc5f93c 100644 --- a/project.conf +++ b/project.conf @@ -1,5 +1,5 @@ package=Browser -version=0.4.1 +version=0.4.2 config=h,sh subdirs=data,include,po,src,tools