branch: master
commit 7a12efae32032cc42de2e0bbdb62e6dcb0e78dc7
Author: mas <mas>
Commit: mas <mas>
Added MASON_VERSION variable to keep track of that.
---
mmm.texinfo | 6 +++---
version.texi | 1 +
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/mmm.texinfo b/mmm.texinfo
index f22c1d9..a7381d4 100644
--- a/mmm.texinfo
+++ b/mmm.texinfo
@@ -1152,9 +1152,9 @@ following line in .emacs:
@end lisp
The current Mason class is intended to correctly recognize all syntax
-valid in Mason 0.87. There are insertion keys for most of the available
-syntax; use @code{mmm-insertion-help} (@kbd{C-c % h} by default) with
-Mason on to get a list.
+valid in Mason @value{MASON_VERSION}. There are insertion keys for most
+of the available syntax; use @code{mmm-insertion-help} (@kbd{C-c % h} by
+default) with Mason on to get a list.
If you want to have mason submodes automatically in all Mason files, you
can use automatic mode and filename associations; the details depend on
diff --git a/version.texi b/version.texi
index fba69fe..a6f851e 100644
--- a/version.texi
+++ b/version.texi
@@ -1,3 +1,4 @@
@set UPDATED 11 Jul 2000
@set EDITION 0.4.3
@set VERSION 0.4.3
+@set MASON_VERSION 0.87