[Pkg-wmaker-commits] [wmshutdown] 142/173: wmshutdown.c: Correct package name for --version option.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Tue Aug 25 02:46:49 UTC 2015


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

dtorrance-guest pushed a commit to branch master
in repository wmshutdown.

commit 9b67319719357707147965620705fd033a1bd3ec
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Mon Oct 27 18:16:18 2014 -0500

    wmshutdown.c: Correct package name for --version option.
---
 wmshutdown.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wmshutdown.c b/wmshutdown.c
index 78a4511..8e45e0a 100644
--- a/wmshutdown.c
+++ b/wmshutdown.c
@@ -197,7 +197,7 @@ int main(int argc, char *argv[]) {
 	g_option_context_parse (context, &argc, &argv, &error);
 
 	if (showVersion) {
-		printf("wmforecast "VERSION"\n");
+		printf(PACKAGE_STRING"\n");
 		return 0;
 	}
 

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



More information about the Pkg-wmaker-commits mailing list