From 9c3d759cbcec1db55c3517b2f6f4833ad7ee5827 Mon Sep 17 00:00:00 2001 From: Aaron Date: Sat, 10 Oct 2020 17:01:50 -0700 Subject: [PATCH] Bump version numbers. --- 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 07b244727..39c71e7aa 100644 --- a/OpenTESArena/CMakeLists.txt +++ b/OpenTESArena/CMakeLists.txt @@ -1,6 +1,6 @@ PROJECT(TESArena CXX) -SET(OpenTESArena_VERSION "0.11.0") +SET(OpenTESArena_VERSION "0.12.0") FIND_PACKAGE(SDL2 REQUIRED) FIND_PACKAGE(OpenAL REQUIRED) diff --git a/README.md b/README.md index 92c4b9a28..517bc404c 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++17 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.11.0 +- Version: 0.12.0 - License: MIT - Discord: https://discord.gg/DgHe2jG