summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2021-08-06 21:03:59 +0200
committerraveit65 <[email protected]>2021-08-06 21:03:59 +0200
commit8eef4a81e9cc671ea0d3475508153e8ad5523fbe (patch)
tree2ef18d6b7c7c958e858a590c677bbd4ed042dbea
parente45ce5521ca692d47d9478831499d29f8fc6ae94 (diff)
downloadcaja-dropbox-8eef4a81e9cc671ea0d3475508153e8ad5523fbe.tar.bz2
caja-dropbox-8eef4a81e9cc671ea0d3475508153e8ad5523fbe.tar.xz
release 1.26.0v1.26.0
-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])])