Deal with GLIB_VERSION_MIN_REQUIRED/MAX_ALLOWED being a "future" value
authorDan Winship <danw@gnome.org>
Thu, 26 Apr 2012 15:08:23 +0000 (11:08 -0400)
committerDan Winship <danw@gnome.org>
Fri, 6 Jul 2012 16:10:42 +0000 (12:10 -0400)
commit40f0f66151c09a02b6355c7da02af081c30dd586
tree57bb24e99677f42a1284e8b95dbdab2caef74077
parent4ac0d78d5ddde773b7abf05e4c5e128a8acb835d
Deal with GLIB_VERSION_MIN_REQUIRED/MAX_ALLOWED being a "future" value

If GLIB_VERSION_MIN_REQUIRED or GLIB_VERSION_MAX_ALLOWED was defined
to a future value, we were essentially treating it as
GLIB_VERSION_0_0. Fix to treat it as being in the future instead.

https://bugzilla.gnome.org/show_bug.cgi?id=674898
glib/gversionmacros.h