diff options
author | raveit65 <[email protected]> | 2015-10-06 19:28:29 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-10-06 19:28:29 +0200 |
commit | cfd42ab9264243e719c990308b8bd7d29cb210a1 (patch) | |
tree | 6460e3708bfc444a2f3f9de2da3bb2592732436a | |
parent | cb83ff2b71f4cfc5ddc3719fb7c7cc4b806b7eda (diff) | |
download | caja-dropbox-cfd42ab9264243e719c990308b8bd7d29cb210a1.tar.bz2 caja-dropbox-cfd42ab9264243e719c990308b8bd7d29cb210a1.tar.xz |
pre-bump version to 1.11.0
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ +caja-dropbox 1.11.0 +========================== + caja-dropbox 1.10.0 ========================== diff --git a/configure.ac b/configure.ac index 970326e..122108b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # Initialization -AC_INIT([caja-dropbox], [1.10.0], [http://www.mate-desktop.org/]) +AC_INIT([caja-dropbox], [1.11.0], [http://www.mate-desktop.org/]) AM_INIT_AUTOMAKE([1.9 tar-ustar dist-xz foreign no-dist-gzip]) |