From 636a380857ca8d319e5287c440dbda0304505399 Mon Sep 17 00:00:00 2001
From: Andre Miranda <andreldm@xfce.org>
Date: Sun, 4 Feb 2024 23:12:54 +0100
Subject: [PATCH] Updates for release

---
 NEWS            | 11 +++++++++++
 configure.ac.in |  4 ++--
 2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index ef0b9f90..4a6b3f8a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+1.10.5 (2024-02-04)
+======
+- Add imgur support as custom action (!51)
+- Translation Updates:
+  Albanian, Basque, Bulgarian, Catalan, Chinese (China), Chinese
+  (Taiwan), Danish, Dutch, English (United Kingdom), Estonian, French,
+  German, Greek, Hebrew, Italian, Japanese, Lithuanian, Norwegian
+  Bokmål, Occitan (post 1500), Polish, Portuguese, Portuguese
+  (Brazil), Russian, Serbian, Slovenian, Spanish, Swedish, Turkish,
+  Ukrainian
+
 1.10.4 (2023-05-14)
 ======
 - Fix warning about checking file permissions
diff --git a/configure.ac.in b/configure.ac.in
index 66e0bdbc..9ce9868e 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -5,10 +5,10 @@ dnl
 
 m4_define([xfce4_screenshooter_version_major], [1])
 m4_define([xfce4_screenshooter_version_minor], [10])
-m4_define([xfce4_screenshooter_version_micro], [4])
+m4_define([xfce4_screenshooter_version_micro], [5])
 m4_define([xfce4_screenshooter_version_nano],  []) dnl leave this empty to have no nano version
 m4_define([xfce4_screenshooter_version_build], [@REVISION@])
-m4_define([xfce4_screenshooter_version_tag], [git])
+m4_define([xfce4_screenshooter_version_tag], [])
 m4_define([xfce4_screenshooter_version], [xfce4_screenshooter_version_major().xfce4_screenshooter_version_minor().xfce4_screenshooter_version_micro()ifelse(xfce4_screenshooter_version_nano(), [], [], [.xfce4_screenshooter_version_nano()])ifelse(xfce4_screenshooter_version_tag(), [git], [xfce4_screenshooter_version_tag()-xfce4_screenshooter_version_build()], [xfce4_screenshooter_version_tag()])])
 
 AC_INIT([xfce4-screenshooter], [xfce4_screenshooter_version], [https://gitlab.xfce.org/apps/xfce4-screenshooter], [xfce4-screenshooter])
-- 
GitLab