Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update version stamp in v2.3.0 release branch #598

Merged
merged 1 commit into from
Feb 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 3 additions & 11 deletions docs/fpp-spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Asciidoctor 2.0.20">
<title>The F Prime Prime (FPP) Language Specification, Unreleased, after v2.2.1</title>
<title>The F Prime Prime (FPP) Language Specification, v2.3.0</title>
<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">
<style>
/*! Asciidoctor default stylesheet | MIT License | https://asciidoctor.org */
Expand Down Expand Up @@ -436,7 +436,7 @@
</head>
<body class="article toc2 toc-left">
<div id="header">
<h1>The F Prime Prime (FPP) Language Specification, Unreleased, after v2.2.1</h1>
<h1>The F Prime Prime (FPP) Language Specification, v2.3.0</h1>
<div id="toc" class="toc2">
<div id="toctitle">Table of Contents</div>
<ul class="sectlevel1">
Expand Down Expand Up @@ -2796,10 +2796,6 @@ <h3 id="Definitions_State-Machine-Definitions">5.10. State Machine Definitions</
</li>
</ol>
</div>
<div class="paragraph">
<p><strong>Implementation note:</strong>
As of FPP v2.2.1, only external state machine definitions are implemented.</p>
</div>
<div class="sect3">
<h4 id="Definitions_State-Machine-Definitions_Syntax">5.10.1. Syntax</h4>
<div class="paragraph">
Expand Down Expand Up @@ -3900,10 +3896,6 @@ <h2 id="State-Machine-Behavior-Elements">6. State Machine Behavior Elements</h2>
associated with a
<a href="#Definitions_State-Machine-Definitions">state machine definition</a>.</p>
</div>
<div class="paragraph">
<p><strong>Implementation note:</strong>
As of FPP v2.2.1, state machine behavior elements are not implemented.</p>
</div>
<div class="sect2">
<h3 id="State-Machine-Behavior-Elements_Action-Definitions">6.1. Action Definitions</h3>
<div class="paragraph">
Expand Down Expand Up @@ -10579,7 +10571,7 @@ <h3 id="Analysis-and-Translation_Translation-Tools">22.4. Translation Tools</h3>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2025-01-29 17:23:33 -0800
Last updated 2025-02-05 08:27:50 -0800
</div>
</div>
<script src="code-prettify/run_prettify.js"></script>
Expand Down
6 changes: 3 additions & 3 deletions docs/fpp-users-guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Asciidoctor 2.0.20">
<title>The F Prime Prime (FPP) User&#8217;s Guide, Unreleased, after v2.2.1</title>
<title>The F Prime Prime (FPP) User&#8217;s Guide, v2.3.0</title>
<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">
<style>
/*! Asciidoctor default stylesheet | MIT License | https://asciidoctor.org */
Expand Down Expand Up @@ -436,7 +436,7 @@
</head>
<body class="article toc2 toc-left">
<div id="header">
<h1>The F Prime Prime (FPP) User&#8217;s Guide, Unreleased, after v2.2.1</h1>
<h1>The F Prime Prime (FPP) User&#8217;s Guide, v2.3.0</h1>
<div id="toc" class="toc2">
<div id="toctitle">Table of Contents</div>
<ul class="sectlevel1">
Expand Down Expand Up @@ -14859,7 +14859,7 @@ <h4 id="Writing-C-Plus-Plus-Implementations_Implementing-Deployments_Public-Symb
</div>
<div id="footer">
<div id="footer-text">
Last updated 2025-01-29 17:23:53 -0800
Last updated 2025-02-05 08:28:32 -0800
</div>
</div>
<script src="code-prettify/run_prettify.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ <h1>F Prime Prime (FPP)</h1>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2025-01-29 17:23:28 -0800
Last updated 2025-01-30 11:12:52 -0800
</div>
</div>
</body>
Expand Down
3 changes: 0 additions & 3 deletions docs/spec/Definitions/State-Machine-Definitions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ FSW build.
specifies the behavior of a state machine and
causes an implementation to be generated.

*Implementation note:*
As of FPP v2.2.1, only external state machine definitions are implemented.

==== Syntax

`state machine` <<Lexical-Elements_Identifiers,_identifier_>>
Expand Down
3 changes: 0 additions & 3 deletions docs/spec/State-Machine-Behavior-Elements/Introduction.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,3 @@
A *state machine behavior element* specifies an element of the behavior
associated with a
<<Definitions_State-Machine-Definitions,state machine definition>>.

*Implementation note:*
As of FPP v2.2.1, state machine behavior elements are not implemented.
2 changes: 1 addition & 1 deletion version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# The FPP version
# ----------------------------------------------------------------------

export VERSION="Unreleased, after v2.2.1"
export VERSION="v2.3.0"