From 1ce4b19896dd35ce1011eb6a516d6e7d97b41be1 Mon Sep 17 00:00:00 2001 From: Lava Block <the@lava-block.com> Date: Thu, 20 Feb 2020 13:59:58 +0100 Subject: [PATCH] 2020 preview 2 --- CMakeLists.txt | 4 ++-- README.md | 4 ++-- ext/imgui | 2 +- liblava/core/version.hpp | 2 +- liblava/def.hpp | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a1b753ce..2578e4f0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.15) -project(liblava VERSION 0.5.0 LANGUAGES C CXX) +project(liblava VERSION 0.5.1 LANGUAGES C CXX) message("") message("========================================================================") @@ -18,7 +18,7 @@ message(" _| _| _| _| _| _| _| _| _| _| _| message(" _| _| _|_|_| _| _|_|_| _| _|_|_| ") message(" ") message("========================================================================") -message(" 2020 preview v0.5.0 ") +message(" 2020 preview 2 v0.5.1 ") message("========================================================================") message(" https://git.io/liblava lava-block.com ") message("========================================================================") diff --git a/README.md b/README.md index d38b3cec..fcae0c30 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ **C++20** • **Modular** • **Windows** • **Linux** -[](https://git.io/liblava) [](https://travis-ci.com/liblava/liblava) [](https://ci.appveyor.com/project/TheLavaBlock/liblava) [](LICENSE) [](https://paypal.me/liblava) [](https://twitter.com/liblava) +[](https://git.io/liblava) [](https://ci.appveyor.com/project/TheLavaBlock/liblava) [](https://travis-ci.com/liblava/liblava) [](LICENSE) [](https://paypal.me/liblava) [](https://twitter.com/liblava) #### Features @@ -18,7 +18,7 @@ ##### Download latest **<a href="https://github.com/liblava/liblava-demo/releases">demo</a>** (Feb. 20, 2020) -<a href="https://github.com/liblava/liblava-demo/#readme"><img src="res/demo.png" width="900"></a> +<a href="https://github.com/liblava/liblava-demo/#readme"><img src="res/demo.png"></a> #### Modules diff --git a/ext/imgui b/ext/imgui index 02a6c060..03453246 160000 --- a/ext/imgui +++ b/ext/imgui @@ -1 +1 @@ -Subproject commit 02a6c060804eed00b87604953a1f936a3e7f8609 +Subproject commit 03453246464cdd414c2f76d4a2569d2d5511870b diff --git a/liblava/core/version.hpp b/liblava/core/version.hpp index 1f45bf0f..9b7f3034 100644 --- a/liblava/core/version.hpp +++ b/liblava/core/version.hpp @@ -31,7 +31,7 @@ struct version { i32 year = 2020; i32 release = 0; version_stage stage = version_stage::preview; - i32 rev = 0; + i32 rev = 2; }; constexpr version const _version = {}; diff --git a/liblava/def.hpp b/liblava/def.hpp index 6db04539..108b87b7 100644 --- a/liblava/def.hpp +++ b/liblava/def.hpp @@ -17,4 +17,4 @@ #define LIBLAVA_VERSION_MAJOR 0 #define LIBLAVA_VERSION_MINOR 5 -#define LIBLAVA_VERSION_PATCH 0 +#define LIBLAVA_VERSION_PATCH 1 -- GitLab