We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92bb6fc commit fb3fdf5Copy full SHA for fb3fdf5
include/tmatrix.h
@@ -7,7 +7,7 @@
7
#ifndef TMATRIX_H
8
#define TMATRIX_H
9
10
-constexpr double VERSION_NUMBER {1.0};
+constexpr double VERSION_NUMBER {1.1};
11
12
constexpr int MIN_STEPS_PER_SECOND {1};
13
constexpr int MAX_STEPS_PER_SECOND {60};
tmatrix.6
@@ -1,4 +1,4 @@
1
-.TH TMatrix 6 "27 May 2019" "TMatrix Version 1.0"
+.TH TMatrix 6 "28 May 2019" "TMatrix Version 1.1"
2
.SH NAME
3
TMatrix \- Terminal based replica of the digital rain from The Matrix
4
.SH SYNOPSIS
0 commit comments