From fcca386096d8450ce32a12e2626eefc92908bdf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milo=C5=A1=20Stojanovi=C4=87?= Date: Fri, 26 Nov 2021 04:32:43 +0100 Subject: [PATCH] Increased the version number to 1.4 --- include/tmatrix.h | 2 +- tmatrix.6 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/tmatrix.h b/include/tmatrix.h index e7bad02..19fdde4 100644 --- a/include/tmatrix.h +++ b/include/tmatrix.h @@ -7,7 +7,7 @@ #ifndef TMATRIX_H #define TMATRIX_H -constexpr double VERSION_NUMBER {1.3}; +constexpr double VERSION_NUMBER {1.4}; constexpr int MIN_STEPS_PER_SECOND {1}; constexpr int MAX_STEPS_PER_SECOND {60}; diff --git a/tmatrix.6 b/tmatrix.6 index 594c987..38de5ec 100644 --- a/tmatrix.6 +++ b/tmatrix.6 @@ -1,4 +1,4 @@ -.TH TMatrix 6 "22 November 2021" "TMatrix Version 1.3" +.TH TMatrix 6 "26 November 2021" "TMatrix Version 1.4" .SH NAME TMatrix \- Terminal based replica of the digital rain from The Matrix .SH SYNOPSIS