From 58912f68c2489bcee787599837447e0d64dfd61a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 24 May 2017 21:03:56 +0200 Subject: New upstream version 1.0.27 --- tools/sane-config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/sane-config.in') diff --git a/tools/sane-config.in b/tools/sane-config.in index 8e4b52a..6b7cd30 100644 --- a/tools/sane-config.in +++ b/tools/sane-config.in @@ -37,7 +37,7 @@ fi if test $# -gt 0; then case $1 in --version) - echo @NUMBER_VERSION@ + echo @V_MAJOR@.@V_MINOR@.@V_REV@ ;; --help) if test $# -eq 1; then -- cgit v1.2.3 From 1687222e1b9e74c89cafbb5910e72d8ec7bfd40f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 31 Jul 2019 16:59:49 +0200 Subject: New upstream version 1.0.28 --- tools/sane-config.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tools/sane-config.in') diff --git a/tools/sane-config.in b/tools/sane-config.in index 6b7cd30..5ef9ba4 100644 --- a/tools/sane-config.in +++ b/tools/sane-config.in @@ -2,7 +2,7 @@ # # This script is part of SANE, # -# Send bugreports and other requests to sane-devel@lists.alioth.debian.org +# Send bugreports and other requests to sane-devel@alioth-lists.debian.net PACKAGE="@PACKAGE@" scriptname="sane-config" @@ -88,4 +88,3 @@ if test $# -gt 0; then ;; esac fi - -- cgit v1.2.3