diff options
-rw-r--r-- | recipes/gtk.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gtk.recipe b/recipes/gtk.recipe index a911bd8f..7d75a611 100644 --- a/recipes/gtk.recipe +++ b/recipes/gtk.recipe @@ -3,7 +3,7 @@ class Recipe(recipe.Recipe): name = 'gtk+' - version = '2.24.10' + version = '2.24.11' # TODO: check license - some source files are LGPLv2, others LGPLv2+, # others LGPLv2.1+, COPYING is LGPLv2 and the webpage states LGPLv2.1 licenses = [License.LGPLv2_1Plus] |