diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2014-10-03 14:05:45 +0000 |
---|---|---|
committer | Mattia Rizzolo <mattia@mapreri.org> | 2014-10-03 14:05:45 +0000 |
commit | dc7150ada6000f0c8e6ee61da9598573d3b63b7f (patch) | |
tree | d202e9601485fce914f1f692f6356c4fd961ee81 /include | |
parent | 41b1173190f702693b0b4fd2654cf2dc28a447f4 (diff) |
Imported Upstream version 0.996upstream/0.996
Diffstat (limited to 'include')
-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 19d3ff2..54dbae6 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.995" +#define VERSION "0.996" /* The concatenation of the strings PACKAGE, "-", and VERSION. */ -#define XSANE_PACKAGE_VERSION "xsane-0.995" +#define XSANE_PACKAGE_VERSION "xsane-0.996" /* Define if you have the __argz_count function. */ #define HAVE___ARGZ_COUNT 1 |