diff options
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/config.h b/include/config.h index 3a5ea89..19d3ff2 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.994" +#define VERSION "0.995" /* The concatenation of the strings PACKAGE, "-", and VERSION. */ -#define XSANE_PACKAGE_VERSION "xsane-0.994" +#define XSANE_PACKAGE_VERSION "xsane-0.995" /* Define if you have the __argz_count function. */ #define HAVE___ARGZ_COUNT 1 @@ -292,7 +292,7 @@ #define HAVE_LIBTIFF 1 /* Define if you have liblcms. */ -/* #undef HAVE_LIBLCMS */ +#define HAVE_LIBLCMS 1 #ifndef HAVE_STRNCASECMP /* OS/2 needs this */ |