From b6f29cf3fb7fe333a48f555819111cc8f6a21d3e Mon Sep 17 00:00:00 2001 From: Steve Zesch Date: Thu, 5 Jul 2012 13:58:13 -0400 Subject: Preparing for 1.4 release. --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index eb26f00f..7f582d09 100644 --- a/configure.in +++ b/configure.in @@ -16,10 +16,10 @@ m4_define(gail_minver, 0.16) dnl 1. If the library code has changed at all since last release, then increment revision. dnl 2. If any interfaces have been added, then increment current and set revision to 0. dnl Interface break is not allowed. -m4_define(caja_extension_current, 3) +m4_define(caja_extension_current, 4) m4_define(caja_extension_revision, 0) -AC_INIT([caja], [1.3.0], [http://www.mate-desktop.org]) +AC_INIT([caja], [1.4.0], [http://www.mate-desktop.org]) dnl --------------------------------------------------------------------------- dnl GTK library version -- cgit v1.2.1