summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 114df7b..d512f20 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,11 @@
+### caja-dropbox 1.28.0
+
+ * update translations
+ * fix -Wmissing-field-initializers
+
### caja-dropbox 1.27.0
- * tx: sync with transifex
+ * update translations
* tx: update resource
* tx: migrate config file
* ci: drop -Wunused-parameter compiler cflag from debian build
diff --git a/configure.ac b/configure.ac
index d0854b5..40adba0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
# Initialization
-AC_INIT([caja-dropbox], [1.27.0], [https://mate-desktop.org])
+AC_INIT([caja-dropbox], [1.28.0], [https://mate-desktop.org])
AM_INIT_AUTOMAKE([1.9 tar-ustar dist-xz foreign no-dist-gzip])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])