summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS24
-rw-r--r--configure.ac2
2 files changed, 15 insertions, 11 deletions
diff --git a/NEWS b/NEWS
index b174cb0..0418c96 100644
--- a/NEWS
+++ b/NEWS
@@ -1,15 +1,19 @@
+### caja-dropbox 1.26.0
+
+ * update translations
+
### caja-dropbox 1.25.0
- update translations
- update copyright for 2021
- dropbox-client-util: add missing include
- caja-dropbox: reset_all_files is a static function
- caja-dropbox.pot: use UTF-8 charset
- Add i18n support
- Remove USE_MATE2_MACROS from autogen.sh (legacy)
- build: silent build warnings for distcheck
- build: Silent building
- use MATE_COMPILE_WARNINGS from mate-common
+ * update translations
+ * update copyright for 2021
+ * dropbox-client-util: add missing include
+ * caja-dropbox: reset_all_files is a static function
+ * caja-dropbox.pot: use UTF-8 charset
+ * Add i18n support
+ * Remove USE_MATE2_MACROS from autogen.sh (legacy)
+ * build: silent build warnings for distcheck
+ * build: Silent building
+ * use MATE_COMPILE_WARNINGS from mate-common
### caja-dropbox 1.24.0
diff --git a/configure.ac b/configure.ac
index f71ffc9..f197acd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
# Initialization
-AC_INIT([caja-dropbox], [1.25.0], [https://mate-desktop.org])
+AC_INIT([caja-dropbox], [1.26.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])])