Skip to content

Commit c5b1740

Browse files
committed
Update version stamp to v2.2.1
1 parent 4746be2 commit c5b1740

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

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.20">
8-
<title>The F Prime Prime (FPP) Language Specification, Unreleased, after v2.2.0</title>
8+
<title>The F Prime Prime (FPP) Language Specification, v2.2.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 */
@@ -436,7 +436,7 @@
436436
</head>
437437
<body class="article toc2 toc-left">
438438
<div id="header">
439-
<h1>The F Prime Prime (FPP) Language Specification, Unreleased, after v2.2.0</h1>
439+
<h1>The F Prime Prime (FPP) Language Specification, v2.2.1</h1>
440440
<div id="toc" class="toc2">
441441
<div id="toctitle">Table of Contents</div>
442442
<ul class="sectlevel1">
@@ -10580,7 +10580,7 @@ <h3 id="Analysis-and-Translation_Translation-Tools">22.4. Translation Tools</h3>
1058010580
</div>
1058110581
<div id="footer">
1058210582
<div id="footer-text">
10583-
Last updated 2024-10-31 09:14:03 -0700
10583+
Last updated 2024-12-03 19:47:00 -0800
1058410584
</div>
1058510585
</div>
1058610586
<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.20">
8-
<title>The F Prime Prime (FPP) User&#8217;s Guide, Unreleased, after v2.2.0</title>
8+
<title>The F Prime Prime (FPP) User&#8217;s Guide, v2.2.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 */
@@ -436,7 +436,7 @@
436436
</head>
437437
<body class="article toc2 toc-left">
438438
<div id="header">
439-
<h1>The F Prime Prime (FPP) User&#8217;s Guide, Unreleased, after v2.2.0</h1>
439+
<h1>The F Prime Prime (FPP) User&#8217;s Guide, v2.2.1</h1>
440440
<div id="toc" class="toc2">
441441
<div id="toctitle">Table of Contents</div>
442442
<ul class="sectlevel1">
@@ -12703,7 +12703,7 @@ <h4 id="Writing-C-Plus-Plus-Implementations_Implementing-Deployments_Public-Symb
1270312703
</div>
1270412704
<div id="footer">
1270512705
<div id="footer-text">
12706-
Last updated 2024-10-31 09:14:43 -0700
12706+
Last updated 2024-12-03 19:47:41 -0800
1270712707
</div>
1270812708
</div>
1270912709
<script src="code-prettify/run_prettify.js"></script>

version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# The FPP version
33
# ----------------------------------------------------------------------
44

5-
export VERSION="Unreleased, after v2.2.0"
5+
export VERSION="v2.2.1"

0 commit comments

Comments
 (0)