diff --git a/CGIWrapper/Docs/RelNotes-X.Y.phtml b/CGIWrapper/Docs/RelNotes-X.Y.phtml
deleted file mode 100644
index 724b720..0000000
--- a/CGIWrapper/Docs/RelNotes-X.Y.phtml
+++ /dev/null
@@ -1,40 +0,0 @@
-<% header(name + ' ' + versionString + ' Release Notes') %>
-
-
diff --git a/WebKit/Docs/ApplicationDevelopment.txt b/WebKit/Docs/ApplicationDevelopment.txt
index bdc1b56..a14b121 100644
--- a/WebKit/Docs/ApplicationDevelopment.txt
+++ b/WebKit/Docs/ApplicationDevelopment.txt
@@ -3,8 +3,8 @@ Application Development With Webware
Webware for Python
-:Version: X.Y
-:Released: @@/@@/@@
+:Version: 1.2.4
+:Released: 03/19/22
.. contents:: Contents
diff --git a/WebKit/Docs/InstallGuide.html b/WebKit/Docs/InstallGuide.html
index 4fa0020..d1665c7 100644
--- a/WebKit/Docs/InstallGuide.html
+++ b/WebKit/Docs/InstallGuide.html
@@ -216,10 +216,10 @@
Webware Version
Webware for Python
- Version
-X.Y
+1.2.4
- Released
-@@/@@/@@
+03/19/22
You can check for the latest version at https://webwareforpython.github.io/w4py/.
diff --git a/WebKit/Docs/InstallGuide.txt b/WebKit/Docs/InstallGuide.txt
index f97bde8..82e35f9 100644
--- a/WebKit/Docs/InstallGuide.txt
+++ b/WebKit/Docs/InstallGuide.txt
@@ -169,8 +169,8 @@ check to see if you have the latest version. This is:
Webware for Python
-:Version: X.Y
-:Released: @@/@@/@@
+:Version: 1.2.4
+:Released: 03/19/22
You can check for the latest version at https://webwareforpython.github.io/w4py/.
diff --git a/WebKit/Docs/RelNotes-X.Y.phtml b/WebKit/Docs/RelNotes-X.Y.phtml
deleted file mode 100644
index 724b720..0000000
--- a/WebKit/Docs/RelNotes-X.Y.phtml
+++ /dev/null
@@ -1,40 +0,0 @@
-<% header(name + ' ' + versionString + ' Release Notes') %>
-
-
<% name %> version <% versionString %> released on <% releaseDate %>
-
-
Introduction
-
-
-
Major Changes
-
-
-
New Features
-
-
-
Improvements and Refinements
-
-
-
Security
-
-
-
Minor API Changes
-
-
-
Bugfixes
-
-
-<% footer() %>
diff --git a/WebKit/Docs/Tutorial.html b/WebKit/Docs/Tutorial.html
index 61f6b45..c899ed8 100644
--- a/WebKit/Docs/Tutorial.html
+++ b/WebKit/Docs/Tutorial.html
@@ -13,10 +13,10 @@
Beginner Tutorial
Webware for Python
- Version
-X.Y
+1.2.4
- Released
-@@/@@/@@
+03/19/22
diff --git a/WebKit/Docs/Tutorial.txt b/WebKit/Docs/Tutorial.txt
index c928ecf..db5d348 100644
--- a/WebKit/Docs/Tutorial.txt
+++ b/WebKit/Docs/Tutorial.txt
@@ -3,8 +3,8 @@ Beginner Tutorial
Webware for Python
-:Version: X.Y
-:Released: @@/@@/@@
+:Version: 1.2.4
+:Released: 03/19/22
.. contents:: Contents
diff --git a/WebKit/Docs/UsersGuide.html b/WebKit/Docs/UsersGuide.html
index e847eab..d28bb29 100644
--- a/WebKit/Docs/UsersGuide.html
+++ b/WebKit/Docs/UsersGuide.html
@@ -13,10 +13,10 @@
WebKit User's Guide
Webware for Python
- Version
-X.Y
+1.2.4
- Released
-@@/@@/@@
+03/19/22
diff --git a/WebKit/Docs/UsersGuide.txt b/WebKit/Docs/UsersGuide.txt
index 5b7e19f..6cd5ec9 100644
--- a/WebKit/Docs/UsersGuide.txt
+++ b/WebKit/Docs/UsersGuide.txt
@@ -3,8 +3,8 @@ WebKit User's Guide
Webware for Python
-:Version: X.Y
-:Released: @@/@@/@@
+:Version: 1.2.4
+:Released: 03/19/22
.. contents:: Contents
diff --git a/WebKit/Properties.py b/WebKit/Properties.py
index 37a6bfd..f298878 100644
--- a/WebKit/Properties.py
+++ b/WebKit/Properties.py
@@ -1,6 +1,6 @@
name = 'WebKit'
-version = ('X', 'Y', 0)
+version = (1, 2, 4)
docs = [
{'name': 'Install Guide', 'file': 'InstallGuide.html'},
diff --git a/WebKit/Tests/twill/Admin.twill b/WebKit/Tests/twill/Admin.twill
index e4124f8..9ec7541 100755
--- a/WebKit/Tests/twill/Admin.twill
+++ b/WebKit/Tests/twill/Admin.twill
@@ -4,7 +4,7 @@
# twill test script (twill.idyll.org)
# Admin context
-setglobal version X.Y
+setglobal version 1.2.4
setglobal password WebKit
go http://127.0.0.1:8080
diff --git a/WebKit/Tests/twill/Docs.twill b/WebKit/Tests/twill/Docs.twill
index e27d37a..1f3e7ee 100755
--- a/WebKit/Tests/twill/Docs.twill
+++ b/WebKit/Tests/twill/Docs.twill
@@ -4,8 +4,8 @@
# twill test script (twill.idyll.org)
# Docs context
-setglobal version X.Y
-setglobal date @@/@@/@@
+setglobal version 1.2.4
+setglobal date 03/19/22
go http://127.0.0.1:8080
follow Docs
@@ -158,7 +158,7 @@ follow "User's Guide"
find ''
find "
Webware for Python
"
find "
Version\s*
${version}
\s*"
-# if release find "
Released:\s*
${date}
\s*"
+find "
Released:\s*
${date}
\s*"
find '
Synopsis
'
find '
Credit
'
find '