Skip to content

Commit

Permalink
0.0.21 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mu001999 committed Nov 24, 2020
1 parent 1669454 commit ba04fd3
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.21 - 2020/11/24

### 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.21 2020/11/23";
constexpr static auto literal = "0.0.21 2020/11/24";

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 = 2020'11'23;
inline constexpr Magic theMagic = 2020'11'24;
}

#endif

0 comments on commit ba04fd3

Please sign in to comment.