wmcalc: Use version number from autoconf.
This commit is contained in:
		
							parent
							
								
									d90f29b5be
								
							
						
					
					
						commit
						0467087064
					
				
					 2 changed files with 1 additions and 3 deletions
				
			
		| 
						 | 
					@ -836,7 +836,7 @@ void displaystr(void) {
 | 
				
			||||||
void show_usage(void) {
 | 
					void show_usage(void) {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  printf("\n");
 | 
					  printf("\n");
 | 
				
			||||||
  printf(" %s:  Ver %d Rel %d\n",app_name, VER, REL);
 | 
					  printf(" %s %s\n",app_name, PACKAGE_VERSION);
 | 
				
			||||||
  printf("\n");
 | 
					  printf("\n");
 | 
				
			||||||
  printf("usage: %s [-g geometry] [-d display] [-f <filename>] [-v] [-h] \n",
 | 
					  printf("usage: %s [-g geometry] [-d display] [-f <filename>] [-v] [-h] \n",
 | 
				
			||||||
	 app_name);
 | 
						 app_name);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -18,8 +18,6 @@
 | 
				
			||||||
#define CONFFILENAME  "/.wmcalc"
 | 
					#define CONFFILENAME  "/.wmcalc"
 | 
				
			||||||
#define CONFTEMPFILE  "/tmp/wmcalc.tmp"
 | 
					#define CONFTEMPFILE  "/tmp/wmcalc.tmp"
 | 
				
			||||||
#define CONFIGGLOBAL  CONF"/wmcalc.conf"
 | 
					#define CONFIGGLOBAL  CONF"/wmcalc.conf"
 | 
				
			||||||
#define VER           0
 | 
					 | 
				
			||||||
#define REL           6
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define LMASK         100
 | 
					#define LMASK         100
 | 
				
			||||||
#define MMASK         200
 | 
					#define MMASK         200
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue