summaryrefslogtreecommitdiff
path: root/macros/optex/base/ref-file.opm
diff options
context:
space:
mode:
Diffstat (limited to 'macros/optex/base/ref-file.opm')
-rw-r--r--macros/optex/base/ref-file.opm10
1 files changed, 8 insertions, 2 deletions
diff --git a/macros/optex/base/ref-file.opm b/macros/optex/base/ref-file.opm
index d594bf88c0..8c459f7de5 100644
--- a/macros/optex/base/ref-file.opm
+++ b/macros/optex/base/ref-file.opm
@@ -1,6 +1,6 @@
%% This is part of the OpTeX project, see http://petr.olsak.net/optex
-\_codedecl \openref {File for references <2021-02-05>} % preloaded in format
+\_codedecl \openref {File for references <2021-04-13>} % preloaded in format
\_doc --------------------------
The \`\_inputref` macro is used in `\everyjob`. It reads `\jobname.ref` file
@@ -69,7 +69,7 @@
versa.
\_cod ----------------------
-\_def\_REFversion{5} % actual version of .ref files in OpTeX
+\_def\_REFversion{6} % actual version of .ref files in OpTeX
\_def\_Xrefversion#1{\_ifnum #1=\_REFversion\_relax \_else \_endinput \_fi}
\_public \Xrefversion ; % we want to ignore .ref files generated by OPmac
@@ -139,3 +139,9 @@ in the document then `.ref` file is not created. For example, you only want
to test a simple plain \TeX/ macro, you create `test.tex` file, you do
`optex test` and you don't need to see an empty `test.ref` file in your directory.
+\_endinput
+
+History:
+2021-04-13 \Xrefversion incremented (6), new format of \_Xbib
+2021-02-05 \_ewref introduced
+2020-02-14 released