diff options
Diffstat (limited to 'package/glib/Makefile')
-rw-r--r-- | package/glib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/glib/Makefile b/package/glib/Makefile index 1b6e2b1af..9a5fe8542 100644 --- a/package/glib/Makefile +++ b/package/glib/Makefile @@ -5,7 +5,7 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= glib PKG_VERSION:= 2.40.0 -PKG_RELEASE:= 3 +PKG_RELEASE:= 4 PKG_EXTRAVER:= 2.40 PKG_MD5SUM:= 05fb7cb17eacbc718e90366a1eae60d9 PKG_DESCR:= low-level core library that forms the basis of gtk+ |