diff options
author | Perberos <[email protected]> | 2012-08-14 14:41:29 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2012-08-14 14:41:29 -0300 |
commit | 373da58a33a4242f3d91771fd304ba8bb3d55e61 (patch) | |
tree | 5e4af76da6f94f5c8d0eb82e55777dbf951d7013 | |
parent | 0251b0f018c0860bafdd621f7be5eb395b510f5c (diff) | |
download | caja-373da58a33a4242f3d91771fd304ba8bb3d55e61.tar.bz2 caja-373da58a33a4242f3d91771fd304ba8bb3d55e61.tar.xz |
Update configure.in
set libcaja-extension to 1.4.0
-rw-r--r-- | configure.in | 2 |
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]) |