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

2020 preview 2

parent f7e7cc1d
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.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("========================================================================")
......
......@@ -6,7 +6,7 @@
**C++20****Modular****Windows****Linux**
[![Version](https://img.shields.io/badge/Version-0.5.0-blue)](https://git.io/liblava) [![Build Status](https://travis-ci.com/liblava/liblava.svg?branch=master)](https://travis-ci.com/liblava/liblava) [![Build status](https://ci.appveyor.com/api/projects/status/gxvjpo73qf637hy3?svg=true)](https://ci.appveyor.com/project/TheLavaBlock/liblava) [![License](https://img.shields.io/github/license/liblava/liblava)](LICENSE) [![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.1-blue)](https://git.io/liblava) [![Build status](https://ci.appveyor.com/api/projects/status/gxvjpo73qf637hy3?svg=true)](https://ci.appveyor.com/project/TheLavaBlock/liblava) [![Build Status](https://travis-ci.com/liblava/liblava.svg?branch=master)](https://travis-ci.com/liblava/liblava) [![License](https://img.shields.io/github/license/liblava/liblava)](LICENSE) [![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)
#### 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
......
Subproject commit 02a6c060804eed00b87604953a1f936a3e7f8609
Subproject commit 03453246464cdd414c2f76d4a2569d2d5511870b
......@@ -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 = {};
......
......@@ -17,4 +17,4 @@
#define LIBLAVA_VERSION_MAJOR 0
#define LIBLAVA_VERSION_MINOR 5
#define LIBLAVA_VERSION_PATCH 0
#define LIBLAVA_VERSION_PATCH 1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment