Skip to content

Commit

Permalink
Umoria 5.7.14
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcook committed Feb 27, 2021
1 parent bf0cdb0 commit d0a1706
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ Tracking all changes since the 5.6.0 release.

## HEAD


## 5.7.14 (2021-02-27)

- Revert to Moria keys as default.
- Minor configuration update to support compiling on Visual Studio 2019.

Expand Down
2 changes: 1 addition & 1 deletion data/versions.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ Previous major releases:
1988-05-26 : v4.87
1987-10-26 : v4.85

Maintainer: David J. Grabiner ([email protected])

Umoria 5.7.x developed and maintained by Michael R. Cook.
Bug reports and contributions can be made to the Umoria repository:
https://github.com/dungeons-of-moria/umoria


Umoria is free software released under GPL v2.0

VMS Moria Version 4.8
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
// then you must also update the CMakeLists.txt.
constexpr uint8_t CURRENT_VERSION_MAJOR = 5;
constexpr uint8_t CURRENT_VERSION_MINOR = 7;
constexpr uint8_t CURRENT_VERSION_PATCH = 13;
constexpr uint8_t CURRENT_VERSION_PATCH = 14;

0 comments on commit d0a1706

Please sign in to comment.