diff options
author | Andoni Morales Alastruey <ylatuya@gmail.com> | 2012-06-26 13:35:44 +0200 |
---|---|---|
committer | Andoni Morales Alastruey <ylatuya@gmail.com> | 2012-06-26 13:35:44 +0200 |
commit | 20a8d792429bc9d10bfb994dff483a3497a2f505 (patch) | |
tree | e0f38764c8c1f05d0ea8dbe5be6e52395c2f6962 /recipes/cogl.recipe | |
parent | 5a59885969fd89bd2f092fe07d795b68936894c7 (diff) |
clutter-gst: update to 1.6.0
Diffstat (limited to 'recipes/cogl.recipe')
-rw-r--r-- | recipes/cogl.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/cogl.recipe b/recipes/cogl.recipe index 2ee89ae3..3188003a 100644 --- a/recipes/cogl.recipe +++ b/recipes/cogl.recipe @@ -2,7 +2,7 @@ class Recipe(recipe.Recipe): name = 'cogl' - version = '1.8.2' + version = '1.10.2' # TODO: check license - source files are LGPLv2+ and COPYING is LGPLv2.1 licenses = [License.LGPLv2_1Plus] configure_options = "--disable-introspection " |