aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlban Gruin2021-09-19 12:59:24 +0200
committerAlban Gruin2021-09-19 13:02:59 +0200
commit04e2797550154f1567bbe2ede09d6961cd7da71b (patch)
tree5200f7c5bda0f047be1a3e940f8994ead5870ce9
parentb41fc88e5fe581ba74f7879de7f85517dd6cf587 (diff)
µCS v0.3.0v0.3.0
Version name : ★ GEMINI II ★, in reference of the Gemini II mission, and NROL-13. This marks the transition to NRO references to crewed space mission references. Signed-off-by: Alban Gruin <alban at pa1ch dot fr>
-rw-r--r--dune-project1
-rw-r--r--src/pages.ml2
2 files changed, 2 insertions, 1 deletions
diff --git a/dune-project b/dune-project
index 9fe70b1..0d83361 100644
--- a/dune-project
+++ b/dune-project
@@ -1,5 +1,6 @@
(lang dune 2.0)
(name ucs)
+(version 0.3.0)
(package
(name ucs))
diff --git a/src/pages.ml b/src/pages.ml
index feb2769..6f6c827 100644
--- a/src/pages.ml
+++ b/src/pages.ml
@@ -34,7 +34,7 @@ let common content =
<article>|} ^ content ^
{| </article>
<footer>
- <p>(c) 2021 &ndash; Alban Gruin &ndash; µCS |} ^ escape (Version.version ()) ^ {| « CANIS MINOR »</p>
+ <p>(c) 2021 &ndash; Alban Gruin &ndash; µCS |} ^ escape (Version.version ()) ^ {| « &#9733; GEMINI II &#9733; »</p>
</footer>
</body>
</html>