diff --git a/Changelog b/Changelog index 3a3276e..7b0c607 100644 --- a/Changelog +++ b/Changelog @@ -1,6 +1,7 @@ 2003-01-31 Henning Meier-Geinitz * TODO: Removed PUT_PIXEL problem. + * configure configure.in: Increased version to 1.0.10. 2003-01-29 Henning Meier-Geinitz diff --git a/configure b/configure index 29fb1f6..dc09271 100755 --- a/configure +++ b/configure @@ -552,8 +552,8 @@ fi # version code: V_MAJOR=1 V_MINOR=0 -V_BUILD=9 -V_EXTRA=-cvs +V_BUILD=10 +V_EXTRA= PACKAGE=sane-frontends diff --git a/configure.in b/configure.in index 3f0e9b8..49d4140 100644 --- a/configure.in +++ b/configure.in @@ -7,8 +7,8 @@ AC_CONFIG_HEADER(include/sane/config.h) # version code: V_MAJOR=1 V_MINOR=0 -V_BUILD=9 -V_EXTRA=-cvs +V_BUILD=10 +V_EXTRA= PACKAGE=sane-frontends