diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2013-08-27 12:34:43 +0200 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2013-08-27 12:34:43 +0200 |
commit | bdc62c036e569876c1fc7c4f15cf85dfc37d7ea9 (patch) | |
tree | 1cc3adb2a5fb76e2866d553f705c62492240f095 | |
parent | 0820827e15ee48f3ac36bc622d1dac07992f6af7 (diff) | |
parent | 8f8fc1a06999fef34ac9f1c6d645cfc94cbe8e6f (diff) |
Merge branch 'master' into upstream-1.0
-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'] |