diff options
author | Julien BLACHE <jblache@debian.org> | 2005-12-03 14:51:29 +0100 |
---|---|---|
committer | Mattia Rizzolo <mattia@mapreri.org> | 2014-10-03 14:05:16 +0000 |
commit | f1ab1663d876dc4a57a5c60f0c741957972f6036 (patch) | |
tree | f039caca02b838f1a0d33a70cc77f68247e3b933 /include/config.h | |
parent | 91e0f8f4872781ae41c44747330935d6420534e6 (diff) | |
parent | 947f2ec5da522dbe5b474fc7031cd3f224bd7ead (diff) |
Imported Debian patch 0.98b-1debian/0.98b-1
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/config.h b/include/config.h index ca1cb93..adcbeee 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.98" +#define VERSION "0.98b" /* The concatenation of the strings PACKAGE, "-", and VERSION. */ -#define XSANE_PACKAGE_VERSION "xsane-0.98" +#define XSANE_PACKAGE_VERSION "xsane-0.98b" /* Define if you have the __argz_count function. */ #define HAVE___ARGZ_COUNT 1 |