diff options
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 2 deletions
@@ -1,5 +1,10 @@ +caja-dropbox 1.9.90 +========================== + + * New release + caja-dropbox 1.8.0 -========================= +========================== * Extension made usable by Elan Ruusamäe * Switch to versioning scheme that matches with the other MATE packages. diff --git a/configure.ac b/configure.ac index af87a67..809265a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # Initialization -AC_INIT([caja-dropbox], [1.8.0], [http://www.mate-desktop.org/]) +AC_INIT([caja-dropbox], [1.9.90], [http://www.mate-desktop.org/]) AM_INIT_AUTOMAKE([1.9 tar-ustar dist-xz foreign no-dist-gzip]) |