From c4e2f41039402cb27b05dca455df31c801ab5f22 Mon Sep 17 00:00:00 2001 From: M Date: Thu, 16 Jan 2020 02:47:31 +0100 Subject: [PATCH] Increased the version number to 1.3 --- 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 a0e7d2e..bebb630 100644 --- a/include/tmatrix.h +++ b/include/tmatrix.h @@ -7,7 +7,7 @@ #ifndef TMATRIX_H #define TMATRIX_H -constexpr double VERSION_NUMBER {1.2}; +constexpr double VERSION_NUMBER {1.3}; constexpr int MIN_STEPS_PER_SECOND {1}; constexpr int MAX_STEPS_PER_SECOND {60}; diff --git a/tmatrix.6 b/tmatrix.6 index 5cec895..121e6af 100644 --- a/tmatrix.6 +++ b/tmatrix.6 @@ -1,4 +1,4 @@ -.TH TMatrix 6 "15 January 2020" "TMatrix Version 1.2" +.TH TMatrix 6 "16 January 2020" "TMatrix Version 1.3" .SH NAME TMatrix \- Terminal based replica of the digital rain from The Matrix .SH SYNOPSIS