Skip to content

Commit

Permalink
Version 2023.06.00
Browse files Browse the repository at this point in the history
  • Loading branch information
mgates3 committed Jun 21, 2023
1 parent fa64fe0 commit 2ad5d29
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
2023.06.00
- Add metric (k, M, G), binary (Ki, Mi, Gi), and exponent (1e3) notation
for integers
- Update string parsing

2023.01.00
- Move repo to https://github.com/icl-utk-edu/testsweeper/
- Move repo to GitHub: https://github.com/icl-utk-edu/testsweeper/
- Adjustable column widths
- Use python3

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 2023.01.00
VERSION 2023.06.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 2023.01.00
#define TESTSWEEPER_VERSION 20230100
// Version 2023.06.00
#define TESTSWEEPER_VERSION 20230600

namespace testsweeper {

Expand Down

0 comments on commit 2ad5d29

Please sign in to comment.