Commit d3ea4f4c authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

libglib2: bump version

parent 9c60dfa0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
	X.org updated to 7.5.

	Updated/fixed packages: busybox, dosfstools, e2fsprogs,
	mtd-utils, setserial, squashfs
	libglib2, mtd-utils, setserial, squashfs

	Issues resolved (http://bugs.uclibc.org):

+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
#
#############################################################
LIBGLIB2_VERSION_MAJOR = 2.22
LIBGLIB2_VERSION_MINOR = 4
LIBGLIB2_VERSION_MINOR = 5
LIBGLIB2_VERSION = $(LIBGLIB2_VERSION_MAJOR).$(LIBGLIB2_VERSION_MINOR)
LIBGLIB2_SOURCE = glib-$(LIBGLIB2_VERSION).tar.bz2
LIBGLIB2_SITE = http://ftp.gnome.org/pub/gnome/sources/glib/$(LIBGLIB2_VERSION_MAJOR)