diff --git a/README.md b/README.md index b4eb7a05..3cb4dc80 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,9 @@ -> **Version (arch:2 | major:4 | minor:2): 1.3.2** +> **Version (arch:2 | major:4 | minor:2): 1.4.0** > [![GitHub CI](https://github.com/VisorFolks/cyancore/actions/workflows/github_ci.yml/badge.svg)](https://github.com/VisorFolks/cyancore/actions/workflows/github_ci.yml) -[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=VisorFolks_cyancore&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=VisorFolks_cyancore) -[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=VisorFolks_cyancore&metric=security_rating)](https://sonarcloud.io/summary/new_code?id=VisorFolks_cyancore) Cyancore is an open source unified software platform for embedded system projects. VisorFolks is motivated to develope a framework which enables a developer/user to write a portable project which can run on any of the target. It is designed to be a goto framework for almost all projects, be it an Embedded applications, IoT, firmware, OS, etc. It provides flexibility, tighter integration of features and abilities by utilizing the hardware and software resources better and boost various KPIs of the final product. diff --git a/src/engine/banner.mk b/src/engine/banner.mk index 37e4d109..20956703 100644 --- a/src/engine/banner.mk +++ b/src/engine/banner.mk @@ -8,9 +8,8 @@ # Organisation : Cyancore Core-Team # -.PHONY: version -NAME = Beryllium -VERSION = 0x01000302 +NAME = Boron +VERSION = 0x01000400 $(eval $(call add_define,VERSION))