Version information now includes build.

This commit is contained in:
rocky
2005-01-22 22:21:36 +00:00
parent 37d52c861d
commit e0cce4558d
4 changed files with 10 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
/*
$Id: iso-info.c,v 1.19 2005/01/12 11:34:52 rocky Exp $
$Id: iso-info.c,v 1.20 2005/01/22 22:21:36 rocky Exp $
Copyright (C) 2004 Rocky Bernstein <rocky@panix.com>
Copyright (C) 2004, 2005 Rocky Bernstein <rocky@panix.com>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -291,7 +291,7 @@ main(int argc, const char *argv[])
be reflected in `arguments'. */
parse_options(argc, argv);
print_version(program_name, VERSION, opts.no_header, opts.version_only);
print_version(program_name, CDIO_VERSION, opts.no_header, opts.version_only);
if (opts.debug_level == 3) {
cdio_loglevel_default = CDIO_LOG_INFO;