Index: /mppenc/branches/zorg/src/config.h
===================================================================
--- /mppenc/branches/zorg/src/config.h	(revision 85)
+++ /mppenc/branches/zorg/src/config.h	(revision 86)
@@ -37,17 +37,9 @@
 
 
-/* parsed values from file "version" */
-
-#ifndef MPPDEC_VERSION
-# define MPPDEC_VERSION   "1.15v"
+#ifndef MPPENC_VERSION
+# define MPPENC_VERSION   "1.16"
 #endif
 
-#define MPPDEC_BUILD  "--Alpha--"
-
-#ifndef MPPENC_VERSION
-# define MPPENC_VERSION   "1.15w"
-#endif
-
-#define MPPENC_BUILD  "--Alpha--"
+#define MPPENC_BUILD  "--Stable--"
 
 /* end of config.h */
Index: /mppenc/branches/zorg/src/mppenc.c
===================================================================
--- /mppenc/branches/zorg/src/mppenc.c	(revision 85)
+++ /mppenc/branches/zorg/src/mppenc.c	(revision 86)
@@ -69,5 +69,5 @@
 Bool_t        FrontendPresent = 0;      // Flag for frontend-detection
 Bool_t        XLevel          = 1;      // Encode extreme levels with relative SCFs
-const char    About []        = "MPC Encoder  " MPPENC_VERSION "  " MPPENC_BUILD "   (C) 1999-2005 Buschmann/Klemm/Piecha/MDT";
+const char    About []        = "MPC Encoder  " MPPENC_VERSION "  " MPPENC_BUILD "   (C) 1999-2006 Buschmann/Klemm/Piecha/MDT";
 
 
