diff options
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/config.h b/include/config.h index adcbeee..87cd1a0 100644 --- a/include/config.h +++ b/include/config.h @@ -99,10 +99,10 @@ #define PACKAGE "xsane" /* Define to the version of the distribution. */ -#define VERSION "0.98b" +#define VERSION "0.99" /* The concatenation of the strings PACKAGE, "-", and VERSION. */ -#define XSANE_PACKAGE_VERSION "xsane-0.98b" +#define XSANE_PACKAGE_VERSION "xsane-0.99" /* Define if you have the __argz_count function. */ #define HAVE___ARGZ_COUNT 1 @@ -274,10 +274,10 @@ #define HAVE_ANY_GIMP 1 /* Define if you have GIMP-2.0 installed. */ -#define HAVE_GIMP_2 1 +/* #undef HAVE_GIMP_2 */ /* Define if you have the GIMPfeatures header file. */ -/* #undef HAVE_LIBGIMP_GIMPFEATURES_H */ +#define HAVE_LIBGIMP_GIMPFEATURES_H 1 /* Define if you have libjpeg. */ #define HAVE_LIBJPEG 1 |