summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 0780602..24c7400 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,14 @@
+### eom 1.22.1
+
+ * Translations update
+ * store: Add any image file in the current directory to the store
+ * help: update copyright
+ * Upgrade the manual to docbook 5.0
+ * Use persistent page setup
+
### eom 1.22.0
- * tx: sync with transifex
+ * Translations update
* Add update-authors.pl script which helps to update eom.about
* Read authors (updated) and documenters (updated) from eom.about gresource
* Initialize Travis CI support
diff --git a/configure.ac b/configure.ac
index ace0859..5fdf467 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_CONFIG_MACRO_DIR([m4])
m4_define(eom_major_version, 1)
m4_define(eom_minor_version, 22)
-m4_define(eom_micro_version, 0)
+m4_define(eom_micro_version, 1)
m4_define(eom_version, eom_major_version.eom_minor_version.eom_micro_version)
AC_INIT([eom], eom_version, [http://www.mate-desktop.org], [eom])