diff options
author | Tim Janik <timj@gimp.org> | 1998-03-08 02:04:26 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-03-08 02:04:26 +0000 |
commit | 76d01a826ca213bcd1b7ee71acdf687de9c9d7f0 (patch) | |
tree | 541c170d68302211c261ca92fcaa7af7d0af557a /config.h.in | |
parent | 2395ed082603df688b4cb06ac8c51a44148ff414 (diff) | |
download | gtk+-76d01a826ca213bcd1b7ee71acdf687de9c9d7f0.tar.gz |
define the version variables in config.h.
Sun Mar 8 03:00:17 1998 Tim Janik <timj@gimp.org>
* configure.in: define the version variables in config.h.
* gtk/gtkmain.h:
* gtk/gtkmain.c: added static version variables.
* gdk/gdkpixmap.c: fixed memory leaks (gtk-gronlund-980307-1.patch.gz)
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 082633f17d..952f070cc5 100644 --- a/config.h.in +++ b/config.h.in @@ -35,6 +35,11 @@ #undef XINPUT_GXI #undef XINPUT_XFREE +#undef GTK_MAJOR_VERSION +#undef GTK_MINOR_VERSION +#undef GTK_MICRO_VERSION +#undef GTK_VERSION + /* Define as the return type of signal handlers (int or void). */ #undef RETSIGTYPE |