Skip to content

Commit

Permalink
reopen sane-backends 1.0.26git
Browse files Browse the repository at this point in the history
  • Loading branch information
kitno455 committed Oct 5, 2015
1 parent 60a772c commit 5e1d45c
Show file tree
Hide file tree
Showing 8 changed files with 528 additions and 525 deletions.
508 changes: 1 addition & 507 deletions ChangeLog

Large diffs are not rendered by default.

507 changes: 507 additions & 0 deletions ChangeLog-1.0.25

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ EXTRA_DIST = ChangeLog-1.0.0 ChangeLog-1.0.1 ChangeLog-1.0.2 \
ChangeLog-1.0.12 ChangeLog-1.0.13 ChangeLog-1.0.14 ChangeLog-1.0.15 \
ChangeLog-1.0.16 ChangeLog-1.0.17 ChangeLog-1.0.18 ChangeLog-1.0.19 \
ChangeLog-1.0.20 ChangeLog-1.0.21 ChangeLog-1.0.22 ChangeLog-1.0.23 \
ChangeLog-1.0.24 ChangeLog-1.0.25 \
$(PACKAGE).lsm

#
Expand Down
1 change: 1 addition & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@ EXTRA_DIST = ChangeLog-1.0.0 ChangeLog-1.0.1 ChangeLog-1.0.2 \
ChangeLog-1.0.12 ChangeLog-1.0.13 ChangeLog-1.0.14 ChangeLog-1.0.15 \
ChangeLog-1.0.16 ChangeLog-1.0.17 ChangeLog-1.0.18 ChangeLog-1.0.19 \
ChangeLog-1.0.20 ChangeLog-1.0.21 ChangeLog-1.0.22 ChangeLog-1.0.23 \
ChangeLog-1.0.24 ChangeLog-1.0.25 \
$(PACKAGE).lsm


Expand Down
26 changes: 13 additions & 13 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for sane-backends 1.0.25.
# Generated by GNU Autoconf 2.69 for sane-backends 1.0.26git.
#
# Report bugs to <[email protected]>.
#
Expand Down Expand Up @@ -590,8 +590,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='sane-backends'
PACKAGE_TARNAME='sane-backends'
PACKAGE_VERSION='1.0.25'
PACKAGE_STRING='sane-backends 1.0.25'
PACKAGE_VERSION='1.0.26git'
PACKAGE_STRING='sane-backends 1.0.26git'
PACKAGE_BUGREPORT='[email protected]'
PACKAGE_URL=''

Expand Down Expand Up @@ -1423,7 +1423,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.25 to adapt to many kinds of systems.
\`configure' configures sane-backends 1.0.26git to adapt to many kinds of systems.

Usage: $0 [OPTION]... [VAR=VALUE]...

Expand Down Expand Up @@ -1493,7 +1493,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of sane-backends 1.0.25:";;
short | recursive ) echo "Configuration of sane-backends 1.0.26git:";;
esac
cat <<\_ACEOF

Expand Down Expand Up @@ -1657,7 +1657,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
sane-backends configure 1.0.25
sane-backends configure 1.0.26git
generated by GNU Autoconf 2.69

Copyright (C) 2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -2263,7 +2263,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.25, which was
It was created by sane-backends $as_me 1.0.26git, which was
generated by GNU Autoconf 2.69. Invocation command line was

$ $0 $@
Expand Down Expand Up @@ -2616,8 +2616,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu

V_MAJOR=1
V_MINOR=0
V_REV=25
is_release=yes
V_REV=26
is_release=no



Expand Down Expand Up @@ -3136,7 +3136,7 @@ fi

# Define the identity of the package.
PACKAGE='sane-backends'
VERSION='1.0.25'
VERSION='1.0.26git'


cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -3256,7 +3256,7 @@ ac_config_headers="$ac_config_headers include/sane/config.h"


PACKAGE=sane-backends
VERSION=1.0.25
VERSION=1.0.26git
NUMBER_VERSION=${V_MAJOR}.${V_MINOR}.${V_REV}

cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -19062,7 +19062,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=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.25, which was
This file was extended by sane-backends $as_me 1.0.26git, which was
generated by GNU Autoconf 2.69. Invocation command line was

CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -19128,7 +19128,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
sane-backends config.status 1.0.25
sane-backends config.status 1.0.26git
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"

Expand Down
6 changes: 3 additions & 3 deletions configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ 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.25],[[email protected]])
AC_INIT([sane-backends],[1.0.26git],[[email protected]])
V_MAJOR=1
V_MINOR=0
V_REV=25
is_release=yes
V_REV=26
is_release=no
dnl ***********************************************************************

m4_ifdef([AC_CONFIG_MACRO_DIR], [AC_CONFIG_MACRO_DIR([m4])])
Expand Down
2 changes: 1 addition & 1 deletion doc/descriptions/epsonds.desc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

:backend "epsonds"
:version "1.0.18"
:new :yes
:new :no
:manpage "sane-epsonds"

:devicetype :scanner
Expand Down
2 changes: 1 addition & 1 deletion doc/descriptions/pieusb.desc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

:backend "pieusb" ; name of backend
:version "1.0" ; version of backend
:new :yes
:new :no
:manpage "sane-pieusb" ; name of manpage (if it exists)
:url "https://github.com/kkaempf/sane-backends" ; backend's web page

Expand Down

0 comments on commit 5e1d45c

Please sign in to comment.