Skip to content

Commit

Permalink
Increased the version number to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
M4444 committed May 28, 2019
1 parent 92bb6fc commit fb3fdf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/tmatrix.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#ifndef TMATRIX_H
#define TMATRIX_H

constexpr double VERSION_NUMBER {1.0};
constexpr double VERSION_NUMBER {1.1};

constexpr int MIN_STEPS_PER_SECOND {1};
constexpr int MAX_STEPS_PER_SECOND {60};
Expand Down
2 changes: 1 addition & 1 deletion tmatrix.6
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH TMatrix 6 "27 May 2019" "TMatrix Version 1.0"
.TH TMatrix 6 "28 May 2019" "TMatrix Version 1.1"
.SH NAME
TMatrix \- Terminal based replica of the digital rain from The Matrix
.SH SYNOPSIS
Expand Down

0 comments on commit fb3fdf5

Please sign in to comment.