app/gimpunit.c all libgimp headers are included via gimp.h or gimpui.h, so
2000-05-31 Michael Natterer <mitch@gimp.org> * app/gimpunit.c * libgimp/*: all libgimp headers are included via gimp.h or gimpui.h, so include <gtk/gtk.h> there and in the *.c files. Various cleanups.
This commit is contained in:
committed by
Michael Natterer
parent
a6b720842f
commit
804af727f6
@ -8,11 +8,11 @@
|
||||
</MACRO>
|
||||
<MACRO>
|
||||
<NAME>GIMP_MICRO_VERSION</NAME>
|
||||
#define GIMP_MICRO_VERSION (22)
|
||||
#define GIMP_MICRO_VERSION (23)
|
||||
</MACRO>
|
||||
<MACRO>
|
||||
<NAME>GIMP_VERSION</NAME>
|
||||
#define GIMP_VERSION "1.1.22"
|
||||
#define GIMP_VERSION "1.1.23"
|
||||
</MACRO>
|
||||
<MACRO>
|
||||
<NAME>GIMP_CHECK_VERSION</NAME>
|
||||
|
||||
Reference in New Issue
Block a user