Candidate for release 7.2.0

This commit is contained in:
Graham Nelson 2022-08-20 11:02:58 +01:00
parent 385bc0a339
commit 60735b4c46
6 changed files with 8 additions and 10 deletions

View file

@ -5,7 +5,7 @@ Language: InC
Web Syntax Version: 2 Web Syntax Version: 2
Licence: This is a free, open-source program published under the Artistic License 2.0. Licence: This is a free, open-source program published under the Artistic License 2.0.
Version Name: Escape to Danger Version Name: Escape to Danger
Version Number: 7.1.1 Version Number: 7.2.0
Import: foundation Import: foundation

View file

@ -1,6 +1,6 @@
# Inweb 7.1.1 # Inweb 7.2.0
[Version](notes/versioning.md): 7.1.1-beta+1B15 'Escape to Danger' (20 August 2022) [Version](notes/versioning.md): 7.2.0 'Escape to Danger' (20 August 2022)
## About Inweb ## About Inweb

View file

@ -9006,11 +9006,11 @@ int CommandLine__read_pair_p(text_stream *opt, text_stream *opt_val, int N,
; innocuous = TRUE; break; ; innocuous = TRUE; break;
case VERSION_CLSW: { case VERSION_CLSW: {
PRINT("inweb"); PRINT("inweb");
char *svn = "7.1.1-beta+1B14"; char *svn = "7.2.0";
if (svn[0]) PRINT(" version %s", svn); if (svn[0]) PRINT(" version %s", svn);
char *vname = "Escape to Danger"; char *vname = "Escape to Danger";
if (vname[0]) PRINT(" '%s'", vname); if (vname[0]) PRINT(" '%s'", vname);
char *d = "9 August 2022"; char *d = "20 August 2022";
if (d[0]) PRINT(" (%s)", d); if (d[0]) PRINT(" (%s)", d);
PRINT("\n"); PRINT("\n");
innocuous = TRUE; break; innocuous = TRUE; break;
@ -20375,7 +20375,7 @@ web *Reader__load_web(pathname *P, filename *alt_F, module_search *I,
{ {
#line 134 "inweb/Chapter 2/The Reader.w" #line 134 "inweb/Chapter 2/The Reader.w"
TEMPORARY_TEXT(IB) TEMPORARY_TEXT(IB)
WRITE_TO(IB, "7.1.1"); WRITE_TO(IB, "7.2.0");
web_bibliographic_datum *bd = Bibliographic__set_datum(W->md, TL_IS_205, IB); web_bibliographic_datum *bd = Bibliographic__set_datum(W->md, TL_IS_205, IB);
bd->declaration_permitted = FALSE; bd->declaration_permitted = FALSE;
DISCARD_TEXT(IB) DISCARD_TEXT(IB)
@ -33269,7 +33269,7 @@ void Ctags__write(web *W, filename *F) {
WRITE("!_TAG_FILE_SORTED\t0\t/0=unsorted, 1=sorted, 2=foldcase/\n"); WRITE("!_TAG_FILE_SORTED\t0\t/0=unsorted, 1=sorted, 2=foldcase/\n");
WRITE("!_TAG_PROGRAM_AUTHOR\tGraham Nelson\t/graham.nelson@mod-langs.ox.ac.uk/\n"); WRITE("!_TAG_PROGRAM_AUTHOR\tGraham Nelson\t/graham.nelson@mod-langs.ox.ac.uk/\n");
WRITE("!_TAG_PROGRAM_NAME\tinweb\t//\n"); WRITE("!_TAG_PROGRAM_NAME\tinweb\t//\n");
WRITE("!_TAG_PROGRAM_VERSION\t7.1.1-beta+1B14\t/built 9 August 2022/\n"); WRITE("!_TAG_PROGRAM_VERSION\t7.2.0\t/built 20 August 2022/\n");
} }
#line 47 "inweb/Chapter 6/Ctags Support.w" #line 47 "inweb/Chapter 6/Ctags Support.w"

View file

@ -1,3 +1 @@
Prerelease: beta
Build Date: 20 August 2022 Build Date: 20 August 2022
Build Number: 1B15

Binary file not shown.

View file

@ -36,7 +36,7 @@
</nav> </nav>
<main role="main"> <main role="main">
<ul class="crumbs"><li><a href="../index.html">Home</a></li><li><b>inweb</b></li></ul> <ul class="crumbs"><li><a href="../index.html">Home</a></li><li><b>inweb</b></li></ul>
<p class="purpose">A modern system for literate programming. This is version 7.1.1.</p> <p class="purpose">A modern system for literate programming. This is version 7.2.0.</p>
<hr> <hr>
<div class="contentspage"> <div class="contentspage">
<ul class="chapterlist"> <ul class="chapterlist">