diff options
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | meson.build | 2 | ||||
-rw-r--r-- | po/de.po | 2 | ||||
-rw-r--r-- | po/fr.po | 2 | ||||
-rw-r--r-- | po/ko.po | 2 | ||||
-rw-r--r-- | po/patchage.pot | 2 | ||||
-rw-r--r-- | src/patchage_config.h | 2 |
7 files changed, 8 insertions, 8 deletions
@@ -1,4 +1,4 @@ -patchage (1.0.9) unstable; urgency=medium +patchage (1.0.10) stable; urgency=medium * Add German translation * Add Korean translation from Junghee Lee @@ -6,7 +6,7 @@ patchage (1.0.9) unstable; urgency=medium * Replace boost with standard C++17 facilities * Upgrade to fmt 9.0.0 - -- David Robillard <d@drobilla.net> Wed, 24 Aug 2022 01:37:03 +0000 + -- David Robillard <d@drobilla.net> Sat, 10 Sep 2022 00:59:46 +0000 patchage (1.0.8) stable; urgency=medium diff --git a/meson.build b/meson.build index 89dc9e1..6242f89 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ # SPDX-License-Identifier: 0BSD OR GPL-3.0-or-later project('patchage', ['c', 'cpp'], - version: '1.0.9', + version: '1.0.10', license: 'GPLv3+', meson_version: '>= 0.56.0', default_options: [ @@ -4,7 +4,7 @@ # msgid "" msgstr "" -"Project-Id-Version: patchage 1.0.9\n" +"Project-Id-Version: patchage 1.0.10\n" "Report-Msgid-Bugs-To: https://gitlab.com/drobilla/patchage/issues/new\n" "POT-Creation-Date: 2022-08-23 00:52-0400\n" "PO-Revision-Date: 2022-08-22 23:24-0000\n" @@ -4,7 +4,7 @@ # msgid "" msgstr "" -"Project-Id-Version: patchage 1.0.9\n" +"Project-Id-Version: patchage 1.0.10\n" "Report-Msgid-Bugs-To: https://gitlab.com/drobilla/patchage/issues/new\n" "POT-Creation-Date: 2022-08-23 00:52-0400\n" "PO-Revision-Date: 2022-08-24 19:35+0900\n" @@ -4,7 +4,7 @@ # msgid "" msgstr "" -"Project-Id-Version: patchage 1.0.9\n" +"Project-Id-Version: patchage 1.0.10\n" "Report-Msgid-Bugs-To: https://gitlab.com/drobilla/patchage/issues/new\n" "POT-Creation-Date: 2022-08-23 00:52-0400\n" "PO-Revision-Date: 2022-08-24 03:11+0900\n" diff --git a/po/patchage.pot b/po/patchage.pot index 3cadb81..3b465cc 100644 --- a/po/patchage.pot +++ b/po/patchage.pot @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: patchage 1.0.9\n" +"Project-Id-Version: patchage 1.0.10\n" "Report-Msgid-Bugs-To: https://gitlab.com/drobilla/patchage/issues/new\n" "POT-Creation-Date: 2022-08-23 00:52-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/src/patchage_config.h b/src/patchage_config.h index 6c3ad90..037bde2 100644 --- a/src/patchage_config.h +++ b/src/patchage_config.h @@ -27,7 +27,7 @@ #define PATCHAGE_CONFIG_H // Define version unconditionally so a warning will catch a mismatch -#define PATCHAGE_VERSION "1.0.9" +#define PATCHAGE_VERSION "1.0.10" #if !defined(PATCHAGE_NO_DEFAULT_CONFIG) |