From 5da49a52e2f6928fea19d8e6963b7c0ab0b0a90e Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Sun, 27 Feb 2005 11:27:56 +0000 Subject: [PATCH] Added the version number to the capabilities output. --- src/merge/mkvmerge.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/merge/mkvmerge.cpp b/src/merge/mkvmerge.cpp index 4c508c129..af386b3ef 100644 --- a/src/merge/mkvmerge.cpp +++ b/src/merge/mkvmerge.cpp @@ -257,6 +257,7 @@ static bool print_malloc_report = false; */ static void print_capabilities() { + mxinfo("VERSION=" VERSIONINFO "\n"); #if defined(HAVE_AVICLASSES) mxinfo("AVICLASSES\n"); #endif