New debug scheme with explicit debug channels declaration.

diff --git a/misc/version.c b/misc/version.c
index c471d16..5795542 100644
--- a/misc/version.c
+++ b/misc/version.c
@@ -18,6 +18,8 @@
 #include "neexe.h"
 #include "winversion.h"
 
+DEFAULT_DEBUG_CHANNEL(ver)
+
 typedef struct
 {
     LONG             getVersion16;