[Pkg-wmaker-commits] [wmbutton] 21/25: wmbutton: Use version number from autoconf.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sun Jul 16 23:38:10 UTC 2017


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

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

commit d36928ab0d2ad35dfee339f1509951bb7cd3a7f1
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Sat Jul 15 23:54:48 2017 -0400

    wmbutton: Use version number from autoconf.
---
 wmb_libs.c | 2 +-
 wmbutton.h | 3 ---
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/wmb_libs.c b/wmb_libs.c
index e778743..edfbd26 100644
--- a/wmb_libs.c
+++ b/wmb_libs.c
@@ -108,7 +108,7 @@ void show_usage(void)
 	fprintf(stderr, "usage: %s [-g geom] [-d dpy] [-f cfgfile] [-b btnfile] "\
 		"[-F <font>] [-v] [-s] [-n]\n",app_name);
 	fprintf(stderr, "\n");
-	fprintf(stderr, " wmbutton version %s\n", VER_STR);
+	fprintf(stderr, " wmbutton version %s\n", PACKAGE_VERSION);
 	fprintf(stderr, "\n");
 	fprintf(stderr, "-g <geometry>  Window Geometry - ie: 64x64+10+10\n");
 	fprintf(stderr, "-d <display>   Display - ie: 127.0.0.1:0.0\n");
diff --git a/wmbutton.h b/wmbutton.h
index 4cd3a68..b0627d7 100644
--- a/wmbutton.h
+++ b/wmbutton.h
@@ -19,9 +19,6 @@
 #define CONFIGGLOBAL "/etc/wmbutton.conf" /* system configuration */
 #define BUTTONFILENAME "/.wmbutton.xpm"
 
-/******  Version Number *************************************************/
-#define VER_STR       "0.7.0"     /* Version Number String */
-
 /******  Define Error Codes *********************************************/
 #define FAILDISP      20
 #define FAILSWIN      21

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



More information about the Pkg-wmaker-commits mailing list