Skip to content

Commit

Permalink
Version 2023.01.00
Browse files Browse the repository at this point in the history
  • Loading branch information
mgates3 committed Jan 25, 2023
1 parent d61dc1e commit 7e36666
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2023.01.00
- Move repo to https://github.com/icl-utk-edu/testsweeper/
- Adjustable column widths
- Use python3

2021.04.00
- Add ParamComplex.
- Fix bug in printing header.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cmake_minimum_required( VERSION 3.15 )

project(
testsweeper
VERSION 2021.04.00
VERSION 2023.01.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 2021.04.00
#define TESTSWEEPER_VERSION 20210400
// Version 2023.01.00
#define TESTSWEEPER_VERSION 20230100

namespace testsweeper {

Expand Down

0 comments on commit 7e36666

Please sign in to comment.