mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 12:28:22 +01:00
Attach utils versions to WM version
This commit is contained in:
committed by
Carlos R. Mafra
parent
7dc767ae78
commit
e7a46d5cdf
@@ -17,8 +17,6 @@
|
||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
|
||||
#define PROG_VERSION "wxpaste (Window Maker) 0.3"
|
||||
|
||||
#include "../src/config.h"
|
||||
|
||||
#include <stdio.h>
|
||||
@@ -164,7 +162,7 @@ int main(int argc, char **argv)
|
||||
print_help();
|
||||
exit(0);
|
||||
} else if (argv[i][1] == 'v' || strcmp(argv[i], "--version") == 0) {
|
||||
puts(PROG_VERSION);
|
||||
printf("%s (Window Maker %s)\n", __progname, VERSION);
|
||||
exit(0);
|
||||
} else if (strcmp(argv[i], "-selection") == 0 || strcmp(argv[i], "--selection") == 0) {
|
||||
if (i < argc - 1) {
|
||||
|
||||
Reference in New Issue
Block a user