diff options
author | monsta <[email protected]> | 2016-08-09 23:18:47 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-08-09 23:18:47 +0300 |
commit | 0381090b063b15a3e3dcbaeaf52bd8f8c1bb44f7 (patch) | |
tree | 187318031c974b11247179496236ff5f1873b36e | |
parent | 59861b953c5e4d803a7ad933822961b9f7a81516 (diff) | |
download | caja-1.14.2.tar.bz2 caja-1.14.2.tar.xz |
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +Major changes in 1.14.2 are: +* Translations update +* Make distcheck use currently selected GTK+ version + Major changes in 1.14.1 are: * prefs dialog: don't crash on toggling "Show hidden and backup files" * GTK+-3 theming: add a CSS file for caja, and initialize it at startup diff --git a/configure.ac b/configure.ac index c571656a..42f6c63a 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ dnl Interface break is not allowed. m4_define(caja_extension_current, 5) m4_define(caja_extension_revision, 0) -AC_INIT([caja], [1.14.1], [http://www.mate-desktop.org]) +AC_INIT([caja], [1.14.2], [http://www.mate-desktop.org]) dnl --------------------------------------------------------------------------- dnl GTK library version |