[Pkg-wmaker-commits] [wmcdplay] 53/79: wmcdplay: Centralize version number.
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Thu Aug 20 11:04:34 UTC 2015
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a commit to branch master
in repository wmcdplay.
commit 6410b9fc414738a1ce0ffc109a9505c271e26910
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date: Thu Dec 18 12:30:52 2014 -0600
wmcdplay: Centralize version number.
Previously, the wmcdplay version number was found in numerous places. To ease
future releases, it now appears only in configure.ac.
---
ARTWORK | 1 -
README | 1 -
cdctl.h | 1 -
cdctl_freebsd.h | 1 -
wmcdplay.cc | 3 +--
5 files changed, 1 insertion(+), 6 deletions(-)
diff --git a/ARTWORK b/ARTWORK
index 120a78f..84bdfc6 100644
--- a/ARTWORK
+++ b/ARTWORK
@@ -1,5 +1,4 @@
wmcdplay - A cd player designed for WindowMaker
-05/09/98 Release 1.0 Beta1
Copyright (C) 1998 Sam Hawker <shawkie at geocities.com>
This software comes with ABSOLUTELY NO WARRANTY
This software is free software, and you are welcome to redistribute it
diff --git a/README b/README
index e9e3fce..c6439f5 100644
--- a/README
+++ b/README
@@ -1,5 +1,4 @@
wmcdplay - A cd player designed for WindowMaker
-05/09/98 Release 1.0 Beta1
Copyright (C) 1998 Sam Hawker <shawkie at geocities.com>
This software comes with ABSOLUTELY NO WARRANTY
This software is free software, and you are welcome to redistribute it
diff --git a/cdctl.h b/cdctl.h
index a93619f..3bdf75a 100644
--- a/cdctl.h
+++ b/cdctl.h
@@ -1,5 +1,4 @@
// cdctl.h - CDCtl class provides easy control of cd audio functions
-// 05/09/98 Release 1.0 Beta1
// Copyright (C) 1998 Sam Hawker <shawkie at geocities.com>
// This software comes with ABSOLUTELY NO WARRANTY
// This software is free software, and you are welcome to redistribute it
diff --git a/cdctl_freebsd.h b/cdctl_freebsd.h
index b237609..0be07bc 100644
--- a/cdctl_freebsd.h
+++ b/cdctl_freebsd.h
@@ -1,5 +1,4 @@
// cdctl.h - CDCtl class provides easy control of cd audio functions
-// 05/09/98 Release 1.0 Beta1
// Copyright (C) 1998 Sam Hawker <shawkie at geocities.com>
// This software comes with ABSOLUTELY NO WARRANTY
// This software is free software, and you are welcome to redistribute it
diff --git a/wmcdplay.cc b/wmcdplay.cc
index f1dd570..8057142 100644
--- a/wmcdplay.cc
+++ b/wmcdplay.cc
@@ -1,5 +1,4 @@
// wmcdplay - A cd player designed for WindowMaker
-// 05/09/98 Release 1.0 Beta1
// Copyright (C) 1998 Sam Hawker <shawkie at geocities.com>
// This software comes with ABSOLUTELY NO WARRANTY
// This software is free software, and you are welcome to redistribute it
@@ -354,7 +353,7 @@ unsigned long mixColor(char *colorname1, int prop1, char *colorname2, int prop2)
void scanArgs(int argc, char **argv){
for(int i=1;i<argc;i++){
if(strcmp(argv[i], "-h")==0 || strcmp(argv[i], "-help")==0 || strcmp(argv[i], "--help")==0){
- fprintf(stderr, "wmcdplay - A cd player designed for WindowMaker\n05/09/98 Release 1.0 Beta1\n");
+ fprintf(stderr, "wmcdplay - A cd player designed for WindowMaker\nRelease "VERSION"\n");
fprintf(stderr, "Copyright (C) 1998 Sam Hawker <shawkie at geocities.com>\n");
fprintf(stderr, "This software comes with ABSOLUTELY NO WARRANTY\n");
fprintf(stderr, "This software is free software, and you are welcome to redistribute it\n");
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmcdplay.git
More information about the Pkg-wmaker-commits
mailing list