kopia lustrzana https://gitlab.com/sane-project/backends
Increased version number.
rodzic
c927b4acdf
commit
7727d32adb
|
@ -1,3 +1,7 @@
|
|||
2006-07-03 Henning Meier-Geinitz <henning@meier-geinitz.de>
|
||||
|
||||
* configure configure.in: Increased version number.
|
||||
|
||||
2006-07-02 Gerhard Jaeger <gerhard@gjaeger.de>
|
||||
|
||||
* backend/plustek.c: Fixed the fix (problem when trying to
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#! /bin/sh
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.59e for sane-backends 1.0.17-cvs.
|
||||
# Generated by GNU Autoconf 2.59e for sane-backends 1.0.18.
|
||||
#
|
||||
# Report bugs to <sane-devel@lists.alioth.debian.org>.
|
||||
#
|
||||
|
@ -713,8 +713,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
|
|||
# Identity of this package.
|
||||
PACKAGE_NAME='sane-backends'
|
||||
PACKAGE_TARNAME='sane-backends'
|
||||
PACKAGE_VERSION='1.0.17-cvs'
|
||||
PACKAGE_STRING='sane-backends 1.0.17-cvs'
|
||||
PACKAGE_VERSION='1.0.18'
|
||||
PACKAGE_STRING='sane-backends 1.0.18'
|
||||
PACKAGE_BUGREPORT='sane-devel@lists.alioth.debian.org'
|
||||
|
||||
# Factoring default headers for most tests.
|
||||
|
@ -1384,7 +1384,7 @@ if test "$ac_init_help" = "long"; then
|
|||
# Omit some internal or obsolete options to make the list less imposing.
|
||||
# This message is too long to be a string in the A/UX 3.1 sh.
|
||||
cat <<_ACEOF
|
||||
\`configure' configures sane-backends 1.0.17-cvs to adapt to many kinds of systems.
|
||||
\`configure' configures sane-backends 1.0.18 to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
|
@ -1454,7 +1454,7 @@ fi
|
|||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of sane-backends 1.0.17-cvs:";;
|
||||
short | recursive ) echo "Configuration of sane-backends 1.0.18:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
|
@ -1577,7 +1577,7 @@ fi
|
|||
test -n "$ac_init_help" && exit $ac_status
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
sane-backends configure 1.0.17-cvs
|
||||
sane-backends configure 1.0.18
|
||||
generated by GNU Autoconf 2.59e
|
||||
|
||||
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
|
||||
|
@ -1591,7 +1591,7 @@ cat >config.log <<_ACEOF
|
|||
This file contains any messages produced by compilers while
|
||||
running configure, to aid debugging if configure makes a mistake.
|
||||
|
||||
It was created by sane-backends $as_me 1.0.17-cvs, which was
|
||||
It was created by sane-backends $as_me 1.0.18, which was
|
||||
generated by GNU Autoconf 2.59e. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
|
@ -1946,7 +1946,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
|||
|
||||
V_MAJOR=1
|
||||
V_MINOR=0
|
||||
V_REV=17
|
||||
V_REV=18
|
||||
is_release=yes
|
||||
|
||||
ac_config_headers="$ac_config_headers include/sane/config.h"
|
||||
|
@ -1966,7 +1966,7 @@ rm -f conftest.sed
|
|||
|
||||
|
||||
PACKAGE=sane-backends
|
||||
VERSION=1.0.17-cvs
|
||||
VERSION=1.0.18
|
||||
NUMBER_VERSION=${V_MAJOR}.${V_MINOR}.${V_REV}
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
|
@ -29540,7 +29540,7 @@ exec 6>&1
|
|||
# report actual input values of CONFIG_FILES etc. instead of their
|
||||
# values after options handling.
|
||||
ac_log="
|
||||
This file was extended by sane-backends $as_me 1.0.17-cvs, which was
|
||||
This file was extended by sane-backends $as_me 1.0.18, which was
|
||||
generated by GNU Autoconf 2.59e. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
|
@ -29589,7 +29589,7 @@ Report bugs to <bug-autoconf@gnu.org>."
|
|||
_ACEOF
|
||||
cat >>$CONFIG_STATUS <<_ACEOF
|
||||
ac_cs_version="\\
|
||||
sane-backends config.status 1.0.17-cvs
|
||||
sane-backends config.status 1.0.18
|
||||
configured by $0, generated by GNU Autoconf 2.59e,
|
||||
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@ dnl Process this file with autoconf to produce a configure script. -*-m4-*-
|
|||
dnl ***********************************************************************
|
||||
dnl When preparing a release, increase the numeric and string version numbers,
|
||||
dnl remove the "-cvs" suffix, and set is_release=yes
|
||||
AC_INIT([sane-backends],[1.0.17-cvs],[sane-devel@lists.alioth.debian.org])
|
||||
AC_INIT([sane-backends],[1.0.18],[sane-devel@lists.alioth.debian.org])
|
||||
V_MAJOR=1
|
||||
V_MINOR=0
|
||||
V_REV=17
|
||||
V_REV=18
|
||||
is_release=yes
|
||||
dnl ***********************************************************************
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue