[Pkg-wmaker-commits] [wmifs] 06/08: wmifs: Display version number from configure.ac with -v option.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Wed Apr 20 11:03:25 UTC 2016


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

dtorrance-guest pushed a commit to branch upstream
in repository wmifs.

commit 240929b5d06256b61e7d7db9a4905e6571fbe4f9
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Wed Apr 20 00:14:11 2016 -0400

    wmifs: Display version number from configure.ac with -v option.
---
 wmifs.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/wmifs.c b/wmifs.c
index 28e8f18..d50abe1 100644
--- a/wmifs.c
+++ b/wmifs.c
@@ -243,8 +243,6 @@
 #define LED_NET_TX			(5)
 #define LED_NET_POWER		(6)
 
-#define WMIFS_VERSION "1.6"
-
 /* the size of the buffer read from /proc/net/ */
 #define BUFFER_SIZE 512
 
@@ -1050,7 +1048,7 @@ void usage(void)
 void printversion(void)
 {
 
-	fprintf(stderr, "%s\n", WMIFS_VERSION);
+	fprintf(stderr, "%s\n", PACKAGE_STRING);
 }
 
 /*******************************************************************************\

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmifs.git



More information about the Pkg-wmaker-commits mailing list