diff --git a/OpenTESArena/CMakeLists.txt b/OpenTESArena/CMakeLists.txt index 3d539d524..1f285b5b5 100644 --- a/OpenTESArena/CMakeLists.txt +++ b/OpenTESArena/CMakeLists.txt @@ -1,6 +1,6 @@ PROJECT(TESArena CXX) -SET(OpenTESArena_VERSION "0.6.0") +SET(OpenTESArena_VERSION "0.7.0") FIND_PACKAGE(SDL2 REQUIRED) FIND_PACKAGE(OpenAL REQUIRED) diff --git a/Preview.PNG b/Preview.PNG index 213bed8cd..f9d8bbc82 100644 Binary files a/Preview.PNG and b/Preview.PNG differ diff --git a/README.md b/README.md index 924421507..8f18e8182 100644 --- a/README.md +++ b/README.md @@ -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.6.0 +- Version: 0.7.0 - License: MIT - Discord: https://discord.gg/DgHe2jG @@ -75,7 +75,7 @@ The engine uses `MidiConfig` and `ArenaPath` from the options file to find where - The app will start. In the future, you can just double-click on the app without having to go through these steps. ### Linux (Ubuntu 16.04) -Substitute `` with the current version number (i.e., `0.6.0`), and `` with the desired architecture (`32` or `64`). +Substitute `` with the current version number (i.e., `0.7.0`), and `` with the desired architecture (`32` or `64`). ```bash sudo apt-get install wget unzip rar wget https://cdnstatic.bethsoft.com/elderscrolls.com/assets/files/tes/extras/Arena106Setup.zip diff --git a/samples/Preview3.PNG b/samples/Preview3.PNG new file mode 100644 index 000000000..213bed8cd Binary files /dev/null and b/samples/Preview3.PNG differ