ref: 8b0f50de70085a6bfb215785f06af4e3d8d03012
parent: ee4a8b7f2a9fad2e0782b427d068117371c4f7cf
author: robs <robs>
date: Sat Jun 23 03:20:54 EDT 2007
Display SoX version with -V
--- a/src/sox.c
+++ b/src/sox.c
@@ -677,6 +677,9 @@
parse_options_and_filenames(argc, argv);
+ if (sox_globals.verbosity > 2)
+ display_SoX_version();
+
/* Load plugins (after options so we can output debugging messages
if desired) */
find_formats();