Skip to content

Commit

Permalink
Version 2021.04.00
Browse files Browse the repository at this point in the history
  • Loading branch information
mgates3 committed Apr 28, 2021
1 parent 6531f9a commit 2800647
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2021.04.00
- Add ParamComplex.
- Fix bug in printing header.

2020.09.00
- CMake improvements to use as sub-project.

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cmake_minimum_required( VERSION 3.15 )

project(
testsweeper
VERSION 2020.06.00
VERSION 2021.04.00
LANGUAGES CXX
)

Expand Down
4 changes: 2 additions & 2 deletions testsweeper.hh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
#include <complex>

// Version is updated by make_release.py; DO NOT EDIT.
// Version 2020.09.00
#define TESTSWEEPER_VERSION 20200900
// Version 2021.04.00
#define TESTSWEEPER_VERSION 20210400

namespace testsweeper {

Expand Down

0 comments on commit 2800647

Please sign in to comment.