[Pcsclite-git-commit] [pcsc-tools] 05/32: pcsc_scan: use PACKAGE_VERSION

Ludovic Rousseau rousseau at moszumanska.debian.org
Thu May 4 15:44:46 UTC 2017


This is an automated email from the git hooks/post-receive script.

rousseau pushed a commit to branch master
in repository pcsc-tools.

commit 09f71103741bbee3e1608007361aa5026ca4c0db
Author: Ludovic Rousseau <ludovic.rousseau at free.fr>
Date:   Sat Apr 8 14:30:09 2017 +0200

    pcsc_scan: use PACKAGE_VERSION
    
    Autoconf defined PACKAGE_VERSION instead of VERSION.
---
 pcsc_scan.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pcsc_scan.c b/pcsc_scan.c
index 13291b4..1e65c38 100644
--- a/pcsc_scan.c
+++ b/pcsc_scan.c
@@ -85,8 +85,7 @@ int main(int argc, char *argv[])
 	int pnp = TRUE;
 
 	printf("PC/SC device scanner\n");
-	printf("V " VERSION " (c) 2001-2011, Ludovic Rousseau <ludovic.rousseau at free.fr>\n");
-	printf("Compiled with PC/SC lite version: " PCSCLITE_VERSION_NUMBER "\n");
+	printf("V " PACKAGE_VERSION " (c) 2001-2011, Ludovic Rousseau <ludovic.rousseau at free.fr>\n");
 
 	while ((opt = getopt(argc, argv, "Vhn")) != EOF)
 	{

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pcsclite/pcsc-tools.git



More information about the Pcsclite-cvs-commit mailing list