Skip to content

Commit

Permalink
Update to v5.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Cook committed Mar 12, 2017
1 parent 0b2955f commit 9ab9742
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# Umoria Change log

## HEAD

- Compiles as a C++ application only.
- Improved CLI: adds help and version information.

## 5.7.1 (2017-01-27)

- Improved CLI: adds _help_ and _version_ information (`-h` and `-v`).
- Lots of spelling fixes, mostly source code comments, but a few in-game also.
- Updates to the manual, FAQ, and historical/errors documents.

- Compiles to C++, with all warnings fixed! (`-Wall`, `-Wextra`, `-Werror`, `-Wshadow`)
- Now uses CMake for Mac/Linux build - Windows/MinGW still uses a normal Makefile.
- Updates to manual, FAQ, and historical/errors.



Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@

#define CURRENT_VERSION_MAJOR 5
#define CURRENT_VERSION_MINOR 7
#define CURRENT_VERSION_PATCH 0
#define CURRENT_VERSION_PATCH 1

0 comments on commit 9ab9742

Please sign in to comment.