From 024248bac620385ee2d25a3ad0884932ba140340 Mon Sep 17 00:00:00 2001
From: Joe R
Date: Mon, 15 Nov 2021 21:03:09 -0500
Subject: [PATCH] Added version number to documentation footers.
---
html-src/ganjifa.html | 2 +-
html-src/gen-html.py | 5 +++++
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/html-src/ganjifa.html b/html-src/ganjifa.html
index 3f31b97e..1698cffe 100644
--- a/html-src/ganjifa.html
+++ b/html-src/ganjifa.html
@@ -13,5 +13,5 @@ Krishna, Buddha, and Kalanki. Ganjifa solitaire games play the same
as games that use the standard deck but the larger number of different
cards in a deck (96 or 120) adds an element of complexity. The fact
that each suit has it's own color makes things quite interesting in
-games that use "Alternate Color" row stacks.
+games that use "Alternate Color" row stacks.
diff --git a/html-src/gen-html.py b/html-src/gen-html.py
index b435fd89..ddd0ea73 100755
--- a/html-src/gen-html.py
+++ b/html-src/gen-html.py
@@ -8,6 +8,7 @@ from pysollib.gamedb import GAME_DB
from pysollib.gamedb import GI
from pysollib.mfxutil import latin1_normalize
from pysollib.mygettext import fix_gettext
+from pysollib.settings import VERSION
# outdir = '../html'
pysollib_dir = '../'
@@ -97,6 +98,8 @@ main_footer = '''
%(back_to_index_link)s
+
+PySolFC Documentation - version ''' + VERSION + '''