From a3b2cff03fc1de9beea23fb8777955a95462d9e8 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 6 Apr 2014 14:19:33 +0200 Subject: [PATCH] About to release DeforaOS Editor 0.3.0 --- Makefile | 2 +- config.h | 2 +- config.sh | 2 +- po/de.po | 8 ++++---- po/es.po | 8 ++++---- po/fr.po | 4 ++-- po/it.po | 9 ++++----- project.conf | 2 +- 8 files changed, 18 insertions(+), 19 deletions(-) diff --git a/Makefile b/Makefile index 8ebb66c..0852b03 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = Editor -VERSION = 0.2.1 +VERSION = 0.3.0 SUBDIRS = data doc po src tools RM = rm -f LN = ln -f diff --git a/config.h b/config.h index b940208..e94a06a 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ #define PACKAGE "Editor" -#define VERSION "0.2.1" +#define VERSION "0.3.0" #ifndef PREFIX # define PREFIX "/usr/local" diff --git a/config.sh b/config.sh index c29bb35..6fa7eaa 100644 --- a/config.sh +++ b/config.sh @@ -1,5 +1,5 @@ PACKAGE="Editor" -VERSION="0.2.1" +VERSION="0.3.0" PREFIX="/usr/local" LIBDIR="${PREFIX}/lib" diff --git a/po/de.po b/po/de.po index 226f79f..3d5132e 100644 --- a/po/de.po +++ b/po/de.po @@ -1,20 +1,20 @@ # $Id$ -# Copyright (c) 2010 Pierre Pronchery +# Copyright (c) 2010-2014 Pierre Pronchery # This file is distributed under the same license as the Editor package. # Pierre Pronchery , 2010. # msgid "" msgstr "" -"Project-Id-Version: Editor 0.1.1\n" +"Project-Id-Version: Editor 0.3.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-04-06 05:57+0200\n" "PO-Revision-Date: 2010-04-07 22:05+0200\n" "Last-Translator: Pierre Pronchery \n" "Language-Team: German\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=ISO-8859-15\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" #: ../src/editor.c:108 msgid "_New" diff --git a/po/es.po b/po/es.po index 2d143e9..8df1262 100644 --- a/po/es.po +++ b/po/es.po @@ -1,20 +1,20 @@ # $Id$ -# Copyright (c) 2010 Pierre Pronchery +# Copyright (c) 2010-2014 Pierre Pronchery # This file is distributed under the same license as the Editor package. # Pierre Pronchery , 2010. # msgid "" msgstr "" -"Project-Id-Version: Editor 0.1.1\n" +"Project-Id-Version: Editor 0.3.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-04-06 05:57+0200\n" "PO-Revision-Date: 2010-04-07 22:07+0200\n" "Last-Translator: Pierre Pronchery \n" "Language-Team: Spanish\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=ISO-8859-15\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" #: ../src/editor.c:108 msgid "_New" diff --git a/po/fr.po b/po/fr.po index e57a075..96ad3f4 100644 --- a/po/fr.po +++ b/po/fr.po @@ -1,11 +1,11 @@ # $Id$ -# Copyright (c) 2010 Pierre Pronchery +# Copyright (c) 2010-2014 Pierre Pronchery # This file is distributed under the same license as the Editor package. # Pierre Pronchery , 2010. # msgid "" msgstr "" -"Project-Id-Version: Editor 0.1.1\n" +"Project-Id-Version: Editor 0.3.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-04-06 05:57+0200\n" "PO-Revision-Date: 2010-04-11 12:32+0200\n" diff --git a/po/it.po b/po/it.po index 8bbab60..cca8731 100644 --- a/po/it.po +++ b/po/it.po @@ -1,21 +1,20 @@ # $Id$ -# Traduzioni italiane per il pacchetto Editor. -# Copyright (c) 2010 Pierre Pronchery +# Copyright (c) 2010-2014 Pierre Pronchery # This file is distributed under the same license as the Editor package. # Pierre Pronchery , 2010. # msgid "" msgstr "" -"Project-Id-Version: Editor 0.1.1\n" +"Project-Id-Version: Editor 0.3.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-04-06 05:57+0200\n" "PO-Revision-Date: 2010-04-09 16:43+0200\n" "Last-Translator: Pierre Pronchery \n" "Language-Team: Italian\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=ASCII\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" #: ../src/editor.c:108 msgid "_New" diff --git a/project.conf b/project.conf index 8abab08..bc7a7b6 100644 --- a/project.conf +++ b/project.conf @@ -1,5 +1,5 @@ package=Editor -version=0.2.1 +version=0.3.0 config=h,sh subdirs=data,doc,po,src,tools