Skip to content

Commit a8705b3

Browse files
committed
Update version number in docs
1 parent ae4a648 commit a8705b3

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

defs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# defs.sh: definitions common to all subdirectories
33
# ----------------------------------------------------------------------
44

5-
export VERSION="Unreleased, after v1.0.0"
5+
export VERSION="v1.0.1"
66

77
# Users of this file should set LEVEL first
88
if test -z "$LEVEL"; then

docs/fpp-spec.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<meta name="generator" content="Asciidoctor 2.0.16">
8-
<title>The F Prime Prime (FPP) Language Specification, Unreleased, after v1.0.0</title>
8+
<title>The F Prime Prime (FPP) Language Specification, v1.0.1</title>
99
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700">
1010
<style>
1111
/*! Asciidoctor default stylesheet | MIT License | https://asciidoctor.org */
@@ -440,7 +440,7 @@
440440
</head>
441441
<body class="article toc2 toc-left">
442442
<div id="header">
443-
<h1>The F Prime Prime (FPP) Language Specification, Unreleased, after v1.0.0</h1>
443+
<h1>The F Prime Prime (FPP) Language Specification, v1.0.1</h1>
444444
<div id="toc" class="toc2">
445445
<div id="toctitle">Table of Contents</div>
446446
<ul class="sectlevel1">
@@ -8160,7 +8160,7 @@ <h3 id="Analysis-and-Translation_Translation-Tools">20.4. Translation Tools</h3>
81608160
</div>
81618161
<div id="footer">
81628162
<div id="footer-text">
8163-
Last updated 2022-02-18 17:15:10 -0800
8163+
Last updated 2022-03-01 10:39:43 -0800
81648164
</div>
81658165
</div>
81668166
<script src="code-prettify/run_prettify.js"></script>

docs/fpp-users-guide.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<meta name="generator" content="Asciidoctor 2.0.16">
8-
<title>The F Prime Prime (FPP) User&#8217;s Guide, Unreleased, after v1.0.0</title>
8+
<title>The F Prime Prime (FPP) User&#8217;s Guide, v1.0.1</title>
99
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700">
1010
<style>
1111
/*! Asciidoctor default stylesheet | MIT License | https://asciidoctor.org */
@@ -440,7 +440,7 @@
440440
</head>
441441
<body class="article toc2 toc-left">
442442
<div id="header">
443-
<h1>The F Prime Prime (FPP) User&#8217;s Guide, Unreleased, after v1.0.0</h1>
443+
<h1>The F Prime Prime (FPP) User&#8217;s Guide, v1.0.1</h1>
444444
<div id="toc" class="toc2">
445445
<div id="toctitle">Table of Contents</div>
446446
<ul class="sectlevel1">
@@ -11047,7 +11047,7 @@ <h4 id="Writing-C-Plus-Plus-Implementations_Implementing-Deployments_The-Main-Fu
1104711047
</div>
1104811048
<div id="footer">
1104911049
<div id="footer-text">
11050-
Last updated 2022-02-18 17:16:10 -0800
11050+
Last updated 2022-03-01 10:40:58 -0800
1105111051
</div>
1105211052
</div>
1105311053
<script src="code-prettify/run_prettify.js"></script>

0 commit comments

Comments
 (0)