Index: mppenc/branches/zorg/src/config.h
===================================================================
--- mppenc/branches/zorg/src/config.h	(revision 83)
+++ mppenc/branches/zorg/src/config.h	(revision 84)
@@ -46,5 +46,5 @@
 
 #ifndef MPPENC_VERSION
-# define MPPENC_VERSION   "1.15w-6"
+# define MPPENC_VERSION   "1.15w"
 #endif
 
Index: mppenc/branches/zorg/src/mppenc.c
===================================================================
--- mppenc/branches/zorg/src/mppenc.c	(revision 83)
+++ mppenc/branches/zorg/src/mppenc.c	(revision 84)
@@ -308,6 +308,5 @@
              "  mppenc --silent --radio --pns 0.25 inputfile.wav outputfile.mpc\n"
              "  mppenc --nmt 12 --tmn 28 inputfile.wav outputfile.mpc\n"
-             "\n"
-             "For further information see the file 'MANUAL.TXT'.\n" );
+             "\n");
 }
 
@@ -1901,7 +1900,6 @@
             stderr_printf ( "\n"
                             "\033[1m\rWARNING:\n"
-                            "\033[0m\r  There occured %u internal clippings due to a restriction of StreamVersion 7.\n"
-                            "  Re-encode with '--scale %.3f', or use option '--xlevel', which normally can\n"
-                            "  handle this situation but don't work well with old decoders.\a\n\n",
+                            "\033[0m\r  %u internal clippings occured due to a restriction of StreamVersion 7.\n"
+                            "  Re-encode with '--scale %.3f', or remove option '--noxlevel'.\a\n\n",
                             Overflows, ScalingFactorl * 32767. / MaxOverFlow - 0.0005f );
         }
@@ -1909,5 +1907,5 @@
             stderr_printf ( "\n"
                             "\033[1m\rWARNING:\n"
-                            "\033[0m\r  There still occured %u SCF clippings due to a restriction of StreamVersion 7.\n"
+                            "\033[0m\r  %u internal clippings occured due to a restriction of StreamVersion 7.\n"
                             "  Use the '--scale' method to avoid additional distortions. Note that this\n"
                             "  file already has annoying distortions due to slovenly CD mastering.\a\n\n", Overflows );
