[grilo-plugins] Post-release version bump to 0.3.1



commit 10e9df0d78c0fdd68f5bde240cef410bf1042061
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date:   Mon Aug 13 08:55:07 2012 +0000

    Post-release version bump to 0.3.1

 configure.ac |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 68d00dd..7957d17 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@
 # Copyright (C) 2010, 2011 Igalia S.L.. All rights reserved.
 
 m4_define([prj_name],    [grilo-plugins])
-m4_define([prj_version], [0.2.0])
+m4_define([prj_version], [0.3.1])
 
 AC_INIT([prj_name],
         [prj_version],
@@ -61,7 +61,7 @@ if test "x$enable_uninstalled" = "xyes"; then
         AC_MSG_WARN("Configuring for running uninstalled!")
 	GRL_VERSION=uninstalled
 else
-	GRL_VERSION=0.2
+	GRL_VERSION=0.3
 fi
 
 GRL_NAME=grilo-${GRL_VERSION}
@@ -87,7 +87,7 @@ fi
 PKG_CHECK_MODULES([DEPS], glib-2.0 >= 2.28      \
 			  gobject-2.0   \
 			  gmodule-2.0   \
-			  ${GRL_NAME} = 0.2.0)
+			  ${GRL_NAME} >= 0.3.1)
 
 # ----------------------------------------------------------
 # DEFINITIONS
@@ -103,7 +103,7 @@ AC_DEFINE_UNQUOTED(GRL_PLUGINS_DIR, "$GRL_PLUGINS_DIR", [Plugins directory])
 # EXTERNAL/OPTIONAL DEPENDENCIES
 # ----------------------------------------------------------
 
-PKG_CHECK_MODULES([GRLNET], [${GRLNET_NAME} >= 0.2.0],
+PKG_CHECK_MODULES([GRLNET], [${GRLNET_NAME} >= 0.3.1],
 			    HAVE_GRLNET=yes,
 			    HAVE_GRLNET=no)
 



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