From c1c3fb99acd486875e6855dd440657d2f70e8f01 Mon Sep 17 00:00:00 2001 From: Aaron Date: Wed, 27 Mar 2019 22:28:54 -0700 Subject: [PATCH] Increased version number. --- OpenTESArena/CMakeLists.txt | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenTESArena/CMakeLists.txt b/OpenTESArena/CMakeLists.txt index dcbd6b6e4..4d02be872 100644 --- a/OpenTESArena/CMakeLists.txt +++ b/OpenTESArena/CMakeLists.txt @@ -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) diff --git a/README.md b/README.md index d676c682d..4c68b85a7 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.8.0 +- Version: 0.9.0 - License: MIT - Discord: https://discord.gg/DgHe2jG