gtk_check_version oddness in HEAD



Hello,

one of the checks in gtk_check_version, looks like this:

if (required_micro < GTK_MICRO_VERSION - GTK_BINARY_AGE)
    return "Gtk+ version too new (micro mismatch)";

The only problem is that these are defined in HEAD as:

#define GTK_MICRO_VERSION				(0)
#define GTK_BINARY_AGE					(100)


So the required_micro has to be lower than -100 for it to work :)

What's the correct way to fix this?

Anders








[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]