Skip to content

Commit

Permalink
Increased version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
afritz1 committed Mar 28, 2019
1 parent ead777b commit c1c3fb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OpenTESArena/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PROJECT(TESArena CXX)

SET(OpenTESArena_VERSION "0.8.0")
SET(OpenTESArena_VERSION "0.9.0")

FIND_PACKAGE(SDL2 REQUIRED)
FIND_PACKAGE(OpenAL REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This open-source project aims to be a modern engine re-implementation for "The Elder Scrolls: Arena" by Bethesda Softworks. It is written in C++14 and uses SDL2 for cross-platform video, WildMIDI for music, and OpenAL Soft for sound and mixing. There is currently support for Windows, Linux, and macOS.

- Version: 0.8.0
- Version: 0.9.0
- License: MIT
- Discord: https://discord.gg/DgHe2jG

Expand Down

2 comments on commit c1c3fb9

@terabyte25
Copy link

@terabyte25 terabyte25 commented on c1c3fb9 Mar 29, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coincidence that this falls with the 0.45.0 release? 😀

@afritz1
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup. I've been wanting to get the release out for a while and am more or less done with distant sky, apart from minor issues with the positions of the sun and moons. Will try to get the release out this weekend.

Please sign in to comment.