Imported Upstream version 2.3.18

This commit is contained in:
Ari Pollak
2010-08-11 01:21:39 -04:00
parent 2e1d89b96f
commit 50ca37e277
1279 changed files with 155433 additions and 58921 deletions

View File

@ -11,8 +11,8 @@ G_BEGIN_DECLS
#define GIMP_MAJOR_VERSION (2)
#define GIMP_MINOR_VERSION (3)
#define GIMP_MICRO_VERSION (16)
#define GIMP_VERSION "2.3.16"
#define GIMP_MICRO_VERSION (18)
#define GIMP_VERSION "2.3.18"
#define GIMP_API_VERSION "2.0"
#define GIMP_CHECK_VERSION(major, minor, micro) \
(GIMP_MAJOR_VERSION > (major) || \