summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2011-02-15 14:06:51 -0500
committerCosimo Cecchi <cosimoc@gnome.org>2011-02-17 11:25:17 -0500
commitd3cee086e7be525046c8a16a08b15bfa996871fa (patch)
tree08012e398a50089aa35566a52c2dc17796935f50 /configure.in
parent417bb5c31758a3b321fbac0d53402bed1034c6db (diff)
downloadnautilus-d3cee086e7be525046c8a16a08b15bfa996871fa.tar.gz
libnautilus-extension: remove the ability to add toolbar items
We want to fully control our toolbar now.
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 16fa9202d..7724ec222 100644
--- a/configure.in
+++ b/configure.in
@@ -14,7 +14,7 @@ m4_define(exempi_minver, 1.99.5)
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(nautilus_extension_current, 4)
+m4_define(nautilus_extension_current, 5)
m4_define(nautilus_extension_revision, 0)
AC_INIT(nautilus, 2.91.9, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)