Removed the BASELEVEL_REVISION string from defs.h, which serves no

purpose since the deprecation of the remote daemon, and typically
has been out of sync with the crash version.
(anderson@redhat.com)
This commit is contained in:
Dave Anderson 2014-04-30 16:22:06 -04:00
parent 698b34dc23
commit e30a874378
2 changed files with 1 additions and 3 deletions

2
defs.h
View File

@ -59,8 +59,6 @@
#define ATTRIBUTE_UNUSED __attribute__ ((__unused__))
#endif
#define BASELEVEL_REVISION "7.0.6"
#undef TRUE
#undef FALSE

View File

@ -84,7 +84,7 @@ main(int argc, char **argv)
{
case 'v':
printf("%s %s\n", basename(argv[0]),
BASELEVEL_REVISION);
/* BASELEVEL_REVISION */ "(deprecated)");
exit(0);
case 'd':