Skip to content

Commit

Permalink
0.0.23 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mu001999 committed Feb 13, 2021
1 parent 2c4e6af commit 1616639
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ChangeLog for Anole

## Unreleased
## 0.0.23 - 2021/02/13

### Added

Expand Down
4 changes: 2 additions & 2 deletions anole/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace anole
*/
struct Version
{
constexpr static auto literal = "HEAD 0.0.23 2021/02/07";
constexpr static auto literal = "0.0.23 2021/02/13";

constexpr static Size major = 0;
constexpr static Size minor = 0;
Expand All @@ -35,7 +35,7 @@ struct Version
* for the temporary change after the last release
*/
using Magic = Size;
inline constexpr Magic theMagic = 2021'02'07;
inline constexpr Magic theMagic = 2021'02'13;
}

#endif

0 comments on commit 1616639

Please sign in to comment.