From 79b54a8a5a49df2a60bdd54add4ce394a403864d Mon Sep 17 00:00:00 2001 From: Clement Lefebvre Date: Tue, 18 Jun 2024 20:57:16 +0100 Subject: [PATCH] 1.8.5 --- debian/changelog | 6 ++++++ meson.build | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index b34cccf7..cfbbf35e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +warpinator (1.8.5) wilma; urgency=medium + + * l10n: Update translations + + -- Clement Lefebvre Tue, 18 Jun 2024 20:56:58 +0100 + warpinator (1.8.4) wilma; urgency=medium [ Butterfly ] diff --git a/meson.build b/meson.build index 6621681c..283e0216 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('warpinator', 'c', version : '1.8.4', meson_version : '>=0.47.0') +project('warpinator', 'c', version : '1.8.5', meson_version : '>=0.47.0') RPC_API_VERSION = '2'