diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2013-08-27 12:34:36 +0200 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2013-08-27 12:34:36 +0200 |
commit | f60cab4d494dffb89894a5aba0695b29872fe0fd (patch) | |
tree | c0d236e38ed6e86889220b8d6b294876668771be | |
parent | 1b81368c706802854d9885b4ef4a3695c1579d08 (diff) | |
parent | 8f8fc1a06999fef34ac9f1c6d645cfc94cbe8e6f (diff) |
Merge branch 'master' into upstream
-rw-r--r-- | recipes/glib.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/glib.recipe b/recipes/glib.recipe index 72f05c4b..74865e1a 100644 --- a/recipes/glib.recipe +++ b/recipes/glib.recipe @@ -17,7 +17,7 @@ GLIB_CONFIG_UNVERSAL='''\ class Recipe(recipe.Recipe): name = 'glib' - version = '2.36.1' + version = '2.36.4' licenses = [License.LGPLv2Plus] config_sh = 'sh autogen.sh' deps = ['libffi', 'zlib'] |