Skip to content
Snippets Groups Projects
Commit 5a67f159 authored by Lava Block's avatar Lava Block
Browse files

2020.1 preview

parent 528a6303
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
cmake_minimum_required(VERSION 3.15)
project(liblava VERSION 0.5.5 LANGUAGES C CXX)
project(liblava VERSION 0.5.6 LANGUAGES C CXX)
message("")
message("========================================================================")
......@@ -18,7 +18,7 @@ message(" _| _| _| _| _| _| _| _| _| _| _|
message(" _| _| _|_|_| _| _|_|_| _| _|_|_| ")
message(" ")
message("========================================================================")
message(" 2020 v0.5.5 ")
message(" 2020.1 preview v0.5.6 ")
message("========================================================================")
message(" https://git.io/liblava lava-block.com ")
message("========================================================================")
......
<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 &nbsp; [![Version](https://img.shields.io/badge/Version-0.5.5-blue)](https://git.io/liblava)
# liblava docs &nbsp; [![Version](https://img.shields.io/badge/Version-0.5.6-blue)](https://git.io/liblava)
[Features](#features) &nbsp; **[Tutorial](#tutorial)** &nbsp; [Modules](#modules) &nbsp; **[Guide](#guide)** &nbsp; [Tests](#tests) &nbsp; **[Build](#build)** &nbsp; [Install](#install)
......
<a href="https://lava-block.com"><img align="right" src="https://github.com/liblava.png" width="200" style="margin:0px 40px 0px 0px"></a>
<a href="https://lava-block.com"><img align="left" src="https://github.com/liblava.png" width="200" style="margin:0px 40px 0px 0px"></a>
🌋 **[liblava](https://git.io/liblava) &nbsp; A modern and easy-to-use library for the <a href="https://www.khronos.org/vulkan/" target="_blank">Vulkan</a>® API**
......@@ -6,9 +6,9 @@
<br />
**C++20** + **Modular** &nbsp; **Windows** + **Linux** &nbsp; **<a href="https://git.io/liblava-demo">demo</a>** + <a href="https://git.io/liblava-template">template</a>
**C++20** + **Modular** &nbsp; **<a href="https://git.io/liblava-demo">demo</a>** + <a href="https://git.io/liblava-template">template</a> &nbsp; **Windows** + **Linux**
[![Version](https://img.shields.io/badge/Version-0.5.5-blue)](https://git.io/liblava) [![License](https://img.shields.io/github/license/liblava/liblava)](LICENSE) [![CodeFactor](https://www.codefactor.io/repository/github/liblava/liblava/badge)](https://www.codefactor.io/repository/github/liblava/liblava) [![Discord](https://img.shields.io/discord/439508141722435595)](https://discord.lava-block.com) [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://paypal.me/liblava) [![Twitter URL](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&label=Follow)](https://twitter.com/liblava)
[![Version](https://img.shields.io/badge/Version-0.5.6-blue)](https://git.io/liblava) [![License](https://img.shields.io/github/license/liblava/liblava)](LICENSE) [![CodeFactor](https://www.codefactor.io/repository/github/liblava/liblava/badge)](https://www.codefactor.io/repository/github/liblava/liblava) [![Discord](https://img.shields.io/discord/439508141722435595)](https://discord.lava-block.com) [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://paypal.me/liblava) [![Twitter URL](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&label=Follow)](https://twitter.com/liblava)
<br />
......
......@@ -17,4 +17,4 @@
#define LIBLAVA_VERSION_MAJOR 0
#define LIBLAVA_VERSION_MINOR 5
#define LIBLAVA_VERSION_PATCH 5
#define LIBLAVA_VERSION_PATCH 6
......@@ -26,8 +26,8 @@ namespace lava {
struct version {
i32 year = 2020;
i32 release = 0;
version_stage stage = version_stage::release;
i32 release = 1;
version_stage stage = version_stage::preview;
i32 rev = 0;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment