diff options
author | Monsta <[email protected]> | 2015-11-29 20:53:22 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2015-12-04 13:58:54 +0300 |
commit | bd118906732c342ad98a7b2d836032301235625f (patch) | |
tree | ff1939b39cc63d3ec9c1330f64bc30aae8f5ecf4 /configure.ac | |
parent | f7c7f3bc85e929de3519ca72ccd1f4d48180f8ef (diff) | |
download | caja-bd118906732c342ad98a7b2d836032301235625f.tar.bz2 caja-bd118906732c342ad98a7b2d836032301235625f.tar.xz |
Bump version to 1.12.1
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2d287d9c..e9d7d783 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.12.0], [http://www.mate-desktop.org]) +AC_INIT([caja], [1.12.1], [http://www.mate-desktop.org]) # GLib min/max required versions AC_DEFINE([GLIB_VERSION_MAX_ALLOWED], [GLIB_VERSION_2_36], |