diff options
author | Martin Baulig <martin@home-of-linux.org> | 1998-11-23 11:08:12 +0000 |
---|---|---|
committer | Martin Baulig <martin@src.gnome.org> | 1998-11-23 11:08:12 +0000 |
commit | 8e2b7688fd4054ddfc4983c88af92a9b4e3c1fdd (patch) | |
tree | 1e1ca15fa698fb759b6d22b3edfb360f3b343f90 /gtk/gtkfeatures.h.in | |
parent | 3e90b96b08c60d1b5c535c2082527058fe25e2cd (diff) | |
download | gtk+-8e2b7688fd4054ddfc4983c88af92a9b4e3c1fdd.tar.gz |
Define this so we can check for latest GTK features.
1998-11-23 Martin Baulig <martin@home-of-linux.org>
* gtk/gtkfeatures.h.in (GTK_HAVE_FEATURES_1_1_5): Define this so
we can check for latest GTK features.
Diffstat (limited to 'gtk/gtkfeatures.h.in')
-rw-r--r-- | gtk/gtkfeatures.h.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/gtkfeatures.h.in b/gtk/gtkfeatures.h.in index 487e1d079f..87db769b70 100644 --- a/gtk/gtkfeatures.h.in +++ b/gtk/gtkfeatures.h.in @@ -67,6 +67,10 @@ extern "C" { */ #define GTK_HAVE_FEATURES_1_1_4 1-1-4 +/* Gtk+ 1.1.5 version tag + */ +#define GTK_HAVE_FEATURES_1_1_5 1-1-5 + #ifdef __cplusplus } #endif /* __cplusplus */ |