Skip to content

Commit

Permalink
<Boron> Cyancore v1.4.0 release update
Browse files Browse the repository at this point in the history
- Updated codename and release version
  • Loading branch information
akashkollipara committed Jan 22, 2024
1 parent c37098a commit e101aa6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</div>
</body>

> **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)
Expand Down
6 changes: 3 additions & 3 deletions projects/demo_avr/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ COMPILER := gcc
TC_VER := 5.4.0
FAMILY := mega_avr
PLATFORM := atmega328p
STDLOG_MEMBUF := 0
BOOTMSGS := 0
STDLOG_MEMBUF := 1
BOOTMSGS := 1
EARLYCON_SERIAL := 1
CONSOLE_SERIAL := 1
CONSOLE_SERIAL := 0
OBRDLED_ENABLE := 1
TERRAKERN := 0
5 changes: 2 additions & 3 deletions src/engine/banner.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@
# Organisation : Cyancore Core-Team
#

.PHONY: version
NAME = Beryllium
VERSION = 0x01000302
NAME = Boron
VERSION = 0x01000400

$(eval $(call add_define,VERSION))

Expand Down

0 comments on commit e101aa6

Please sign in to comment.