diff options
author | Steve Zesch <[email protected]> | 2012-05-09 12:05:35 -0400 |
---|---|---|
committer | Steve Zesch <[email protected]> | 2012-05-09 12:05:35 -0400 |
commit | a7a3d8e25a4a156e4b7cf8ff2c0d85bca94c5f17 (patch) | |
tree | d0121b8ef56efc39039c5d77b6e6a722ea6766bb /configure.in | |
parent | c36dd05635062e69090670f4c125f5834e82eba4 (diff) | |
download | caja-a7a3d8e25a4a156e4b7cf8ff2c0d85bca94c5f17.tar.bz2 caja-a7a3d8e25a4a156e4b7cf8ff2c0d85bca94c5f17.tar.xz |
Fixed keep aligned issue. Bumped version to 1.3.1
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index bab4f86e..62a986cb 100644 --- a/configure.in +++ b/configure.in @@ -19,7 +19,7 @@ dnl Interface break is not allowed. m4_define(caja_extension_current, 3) m4_define(caja_extension_revision, 0) -AC_INIT([caja], [1.3.0], [http://www.mate-desktop.org]) +AC_INIT([caja], [1.3.1], [http://www.mate-desktop.org]) dnl --------------------------------------------------------------------------- dnl GTK library version |