Added the version number to the capabilities output.

This commit is contained in:
Moritz Bunkus 2005-02-27 11:27:56 +00:00
parent b525b53a5a
commit 5da49a52e2

View File

@ -257,6 +257,7 @@ static bool print_malloc_report = false;
*/ */
static void static void
print_capabilities() { print_capabilities() {
mxinfo("VERSION=" VERSIONINFO "\n");
#if defined(HAVE_AVICLASSES) #if defined(HAVE_AVICLASSES)
mxinfo("AVICLASSES\n"); mxinfo("AVICLASSES\n");
#endif #endif