Set the winepath version to be the same as the global package

version.
oldstable
Alexandre Julliard 2005-10-08 10:36:50 +00:00
parent 8777c62d77
commit cf22e0264f
1 changed files with 1 additions and 3 deletions

View File

@ -27,8 +27,6 @@
#include "wine/debug.h"
#define VERSION "0.1 (" PACKAGE_STRING ")"
enum {
SHORTFORMAT = 1,
LONGFORMAT = 2,
@ -63,7 +61,7 @@ static int option(int shortopt, const WCHAR *longopt)
printf(helpmsg);
exit(0);
case 'v':
printf("%s version " VERSION "\n", progname);
printf("%s version " PACKAGE_VERSION "\n", progname);
exit(0);
case 'l':
return LONGFORMAT;