summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorPerberos <[email protected]>2012-08-14 14:41:29 -0300
committerPerberos <[email protected]>2012-08-14 14:41:29 -0300
commit373da58a33a4242f3d91771fd304ba8bb3d55e61 (patch)
tree5e4af76da6f94f5c8d0eb82e55777dbf951d7013 /configure.in
parent0251b0f018c0860bafdd621f7be5eb395b510f5c (diff)
downloadcaja-373da58a33a4242f3d91771fd304ba8bb3d55e61.tar.bz2
caja-373da58a33a4242f3d91771fd304ba8bb3d55e61.tar.xz
Update configure.in
set libcaja-extension to 1.4.0
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 7f582d09..ab581dcd 100644
--- a/configure.in
+++ b/configure.in
@@ -16,7 +16,7 @@ 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, 4)
+m4_define(caja_extension_current, 5)
m4_define(caja_extension_revision, 0)
AC_INIT([caja], [1.4.0], [http://www.mate-desktop.org])