From 5c58cec7113a3bf9d6b280916cc88cffcd0eb69d Mon Sep 17 00:00:00 2001 From: Lava Block <the@lava-block.com> Date: Tue, 20 Oct 2020 11:54:34 +0200 Subject: [PATCH] 0.5.5 --- CMakeLists.txt | 4 ++-- DOCS.md | 4 ++-- README.md | 2 +- liblava/core/def.hpp | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f5590ea1..ce8e20c3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.15) -project(liblava VERSION 0.5.4 LANGUAGES C CXX) +project(liblava VERSION 0.5.5 LANGUAGES C CXX) message("") message("========================================================================") @@ -18,7 +18,7 @@ message(" _| _| _| _| _| _| _| _| _| _| _| message(" _| _| _|_|_| _| _|_|_| _| _|_|_| ") message(" ") message("========================================================================") -message(" 2020 preview 2 v0.5.4 ") +message(" 2020 preview 2 v0.5.5 ") message("========================================================================") message(" https://git.io/liblava lava-block.com ") message("========================================================================") diff --git a/DOCS.md b/DOCS.md index def688fa..c7ef5fd0 100644 --- a/DOCS.md +++ b/DOCS.md @@ -1,6 +1,6 @@ <a href="https://lava-block.com"><img align="left" src="https://github.com/liblava.png" width="100" style="margin:0px 20px 0px 0px"></a> -# liblava docs [](https://git.io/liblava) +# liblava docs [](https://git.io/liblava) [Features](#features) **[Tutorial](#tutorial)** [Modules](#modules) **[Guide](#guide)** [Tests](#tests) **[Build](#build)** [Install](#install) @@ -493,7 +493,7 @@ cmake --build . --target install First find the package in your *CMakeLists.txt* ```cmake -find_package(lava 0.5.3 REQUIRED) +find_package(lava 0.5.4 REQUIRED) ... diff --git a/README.md b/README.md index 39d494c8..0f0ff4e3 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ **C++20** + **Modular** **Windows** + **Linux** **<a href="https://git.io/liblava-demo">demo</a>** + <a href="https://git.io/liblava-template">template</a> -[](https://git.io/liblava) [](LICENSE) [](https://www.codefactor.io/repository/github/liblava/liblava) [](https://discord.lava-block.com) [](https://paypal.me/liblava) [](https://twitter.com/liblava) +[](https://git.io/liblava) [](LICENSE) [](https://www.codefactor.io/repository/github/liblava/liblava) [](https://discord.lava-block.com) [](https://paypal.me/liblava) [](https://twitter.com/liblava) <br /> diff --git a/liblava/core/def.hpp b/liblava/core/def.hpp index 84e5bbf8..fc89ec25 100644 --- a/liblava/core/def.hpp +++ b/liblava/core/def.hpp @@ -17,4 +17,4 @@ #define LIBLAVA_VERSION_MAJOR 0 #define LIBLAVA_VERSION_MINOR 5 -#define LIBLAVA_VERSION_PATCH 4 +#define LIBLAVA_VERSION_PATCH 5 -- GitLab