summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--meson.build2
-rw-r--r--po/de.po2
-rw-r--r--po/fr.po2
-rw-r--r--po/ko.po2
-rw-r--r--po/patchage.pot2
-rw-r--r--src/patchage_config.h2
7 files changed, 8 insertions, 8 deletions
diff --git a/NEWS b/NEWS
index 3d52e5f..52aa295 100644
--- a/NEWS
+++ b/NEWS
@@ -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: [
diff --git a/po/de.po b/po/de.po
index c3d583d..275319d 100644
--- a/po/de.po
+++ b/po/de.po
@@ -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"
diff --git a/po/fr.po b/po/fr.po
index 371c090..fa33621 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -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"
diff --git a/po/ko.po b/po/ko.po
index e1d2d5d..1d0492a 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -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)