From 8a6f2d24d66f9095dfe567d34e29b3cb31f433ab Mon Sep 17 00:00:00 2001 From: mysticbbs Date: Sun, 17 Feb 2013 00:31:03 -0500 Subject: [PATCH] Changed internal version to force recompilation of MPL programs --- mystic/mpl_types.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mystic/mpl_types.pas b/mystic/mpl_types.pas index e099c86..8e2e2ce 100644 --- a/mystic/mpl_types.pas +++ b/mystic/mpl_types.pas @@ -77,7 +77,7 @@ Type ); Const - mplVer = '11D'; + mplVer = '11E'; mplVersion = '[MPX ' + mplVer +']' + #26; mplVerLength = 10; mplExtSource = '.mps';