[nautilus-actions] Increment version number to new unstable/development version



commit 68de9ad3e542fb6f0fcbb10f26fe63c2d6fdc304
Author: Pierre Wieser <pwieser trychlos org>
Date:   Sun May 17 11:29:42 2009 +0200

    Increment version number to new unstable/development version
---
 configure.ac |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 796d277..7119e45 100644
--- a/configure.ac
+++ b/configure.ac
@@ -29,7 +29,8 @@
 
 AC_PREREQ([2.53])
 
-AC_INIT([nautilus-actions],[1.10.0],[maintainer nautilus-actions org])
+# Caution: 1.11 is unstable/development version
+AC_INIT([nautilus-actions],[1.11],[maintainer nautilus-actions org])
 AC_CANONICAL_TARGET
 AM_INIT_AUTOMAKE
 
@@ -181,4 +182,4 @@ AC_CHECK_FUNCS(nautilus_menu_provider_emit_items_updated_signal)
 AC_DEFINE_UNQUOTED(NAUTILUS_ACTIONS_CONFIG_VERSION, "2.0", [Version of the configuration format])
 AC_DEFINE_UNQUOTED(NAUTILUS_ACTIONS_CONFIG_GCONF_BASEDIR, "/apps/nautilus-actions", [GConf base dir where all config will be stored])
 
-AC_OUTPUT
\ No newline at end of file
+AC_OUTPUT



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]