Skip to content

Commit

Permalink
Version 2023.11.05
Browse files Browse the repository at this point in the history
  • Loading branch information
mgates3 committed Nov 5, 2023
1 parent 0bf6a5e commit 023592a
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 @@
2023.11.05
- Improve set_default to reset value
- Add half precision

2023.08.25
- Use yyyy.mm.dd version scheme, instead of yyyy.mm.release
- Fixes for Intel clang compiler
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.08.25
VERSION 2023.11.05
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.08.25
#define TESTSWEEPER_VERSION 20230825
// Version 2023.11.05
#define TESTSWEEPER_VERSION 20231105

namespace testsweeper {

Expand Down

0 comments on commit 023592a

Please sign in to comment.