summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonsta <[email protected]>2016-12-10 19:02:42 +0300
committermonsta <[email protected]>2016-12-10 19:02:42 +0300
commit841e9e2349864baf96ba9f846ebc1fd1ba04e6eb (patch)
treebf9b27f124d8e75657239dc4c68b1664e8cf496f
parentaa8765694cb15882ac01d88027467e1c2c355774 (diff)
downloadcaja-dropbox-841e9e2349864baf96ba9f846ebc1fd1ba04e6eb.tar.bz2
caja-dropbox-841e9e2349864baf96ba9f846ebc1fd1ba04e6eb.tar.xz
release 1.17.0v1.17.0
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3be8a3d..3f64b38 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+caja-dropbox 1.17.0
+==========================
+
+ * Build: require libcaja-extension 1.17.1 and GLib 2.36
+
caja-dropbox 1.16.0
==========================
diff --git a/configure.ac b/configure.ac
index a75a023..9967aec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
# Initialization
-AC_INIT([caja-dropbox], [1.16.0], [http://www.mate-desktop.org/])
+AC_INIT([caja-dropbox], [1.17.0], [http://www.mate-desktop.org/])
AM_INIT_AUTOMAKE([1.9 tar-ustar dist-xz foreign no-dist-gzip])