Skip to content

Commit

Permalink
Incremented version number and updated preview image.
Browse files Browse the repository at this point in the history
  • Loading branch information
afritz1 committed Apr 29, 2018
1 parent 9d2007a commit d453c17
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 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.6.0")
SET(OpenTESArena_VERSION "0.7.0")

FIND_PACKAGE(SDL2 REQUIRED)
FIND_PACKAGE(OpenAL REQUIRED)
Expand Down
Binary file modified Preview.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions 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.6.0
- Version: 0.7.0
- License: MIT
- Discord: https://discord.gg/DgHe2jG

Expand Down Expand Up @@ -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 `<version>` with the current version number (i.e., `0.6.0`), and `<arch>` with the desired architecture (`32` or `64`).
Substitute `<version>` with the current version number (i.e., `0.7.0`), and `<arch>` 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
Expand Down
Binary file added samples/Preview3.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d453c17

Please sign in to comment.