diff --git a/ChangeLog b/ChangeLog index 8d7d62f..ccdbcd2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,15 @@ Change Log ========== +## 1.0.5 (2021-09-03) + +Changes: + +* `AM_GNU_GETTEXT_VERSION([0.21])` has been replaced with + `AM_GNU_GETTEXT_VERSION([0.19])` in `configure.ac` +* A typo has been fixed + + ## 1.0.4 (2021-05-27) Changes: diff --git a/configure.ac b/configure.ac index 496c85e..cde3f0f 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ dnl ************************************************************************** AC_PREREQ([2.69]) AC_INIT([Nautilus Launch], - [1.0.4], + [1.0.5], [madmurphy333@gmail.com], [nautilus-launch], [https://gitlab.gnome.org/madmurphy/nautilus-launch]) @@ -48,7 +48,7 @@ dnl ************************************************************************** AM_GNU_GETTEXT([external]) -AM_GNU_GETTEXT_VERSION([0.21]) +AM_GNU_GETTEXT_VERSION([0.19]) AM_CONDITIONAL([NLS_ENABLED], [test "x${USE_NLS}" != xno]) diff --git a/package.json b/package.json index 082c78c..5266df8 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "Nautilus Launch", - "version": "1.0.4", + "version": "1.0.5", "description": "A simple Nautilus extension that allows to run executables and launchers via right-click menu", "homepage": "https://gitlab.gnome.org/madmurphy/nautilus-launch", - "author": "madmurphy", + "author": "madmurphy333@gmail.com", "license": "GPL-3.0-or-later", "repository": { "type": "git", @@ -14,7 +14,7 @@ "libnautilus-extension": "*", }, "devDependencies": { - "gettext": "*", + "gettext": ">=0.19", "pkgconf": "*" }, "src": [ diff --git a/src/nautilus-launch.c b/src/nautilus-launch.c index e10337b..48340c2 100644 --- a/src/nautilus-launch.c +++ b/src/nautilus-launch.c @@ -27,7 +27,7 @@ #ifdef HAVE_CONFIG_H -#include +#include "config.h" #endif #include