diff options
author | monsta <[email protected]> | 2016-12-10 19:02:42 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-12-10 19:02:42 +0300 |
commit | 841e9e2349864baf96ba9f846ebc1fd1ba04e6eb (patch) | |
tree | bf9b27f124d8e75657239dc4c68b1664e8cf496f | |
parent | aa8765694cb15882ac01d88027467e1c2c355774 (diff) | |
download | caja-dropbox-841e9e2349864baf96ba9f846ebc1fd1ba04e6eb.tar.bz2 caja-dropbox-841e9e2349864baf96ba9f846ebc1fd1ba04e6eb.tar.xz |
release 1.17.0v1.17.0
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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]) |