Skip to content

Commit

Permalink
Merge pull request #319 from VisorFolks/release/akashkollipara/v1.5.0
Browse files Browse the repository at this point in the history
<Release> v1.5.0 Release update
  • Loading branch information
akashkollipara authored Aug 30, 2024
2 parents e2804a1 + ba40aa3 commit c37e4f5
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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.4.1**
> **Version (arch:2 | major:4 | minor:2): 1.5.0**
[![CC Build](https://github.com/VisorFolks/cyancore/actions/workflows/cyancore_build.yml/badge.svg)](https://github.com/VisorFolks/cyancore/actions/workflows/cyancore_build.yml) [![CC Tools Build](https://github.com/VisorFolks/cyancore/actions/workflows/cyancore_tools_build.yml/badge.svg)](https://github.com/VisorFolks/cyancore/actions/workflows/cyancore_tools_build.yml) [![Discord](https://img.shields.io/discord/859140196498014238?style=flat&logo=discord&logoSize=auto&label=VF%20Server)](https://discord.gg/gxUQr77MT2)

Expand Down
4 changes: 2 additions & 2 deletions mk/ccache.mk
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
#--------------< Build Cache >--------------#
#*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*#

CCACHE_DIR := $(CC_ROOT)/.buildcache
CCACHE_ROOT := $(CC_ROOT)/.buildcache

# For Flags read ccache documentation
CCACHE_ABSSTDERR := true
export CCACHE_ABSSTDERR
CCACHE_BASEDIR :=
export CCACHE_BASEDIR
CCACHE_DIR := $(CCACHE_DIR)/cache
CCACHE_DIR := $(CCACHE_ROOT)/cache
export CCACHE_DIR
CCACHE_COMPILER :=
export CCACHE_COMPILER
Expand Down
2 changes: 1 addition & 1 deletion mk/project.mk
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ setup_workspace: | --install_os_pkgs $(SIZE) get_all_tc

clean_workspace: clean
$(info < / > Cleaning up workspace ...)
rm -rf $(OUT_PATH) $(CCACHE_DIR) $(TOOLS_ROOT)
rm -rf $(OUT_PATH) $(CCACHE_ROOT) $(TOOLS_ROOT)

list:
$(info Available projects are :)
Expand Down
2 changes: 1 addition & 1 deletion mk/tc_get.mk
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ include mk/path.mk

T_ALLOWLIST += get_all_tc get_avr_tc get_arm_tc get_riscv_tc

OSDEPPKGS := build-essential pkg-config libusb-1.0-0-dev cppcheck ccache
OSDEPPKGS := build-essential pkg-config libusb-1.0-0-dev cmake cppcheck ccache
OSDEPPKGS += tree ninja-build libpixman-1-dev libcairo2-dev libpango1.0-dev
OSDEPPKGS += libjpeg8-dev libgif-dev libglib2.0-dev libgcrypt20-dev python3-venv

Expand Down
6 changes: 3 additions & 3 deletions src/engine/banner.mk
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
#
# CYANCORE LICENSE
# Copyrights (C) 2019-2022, Cyancore Team
# Copyrights (C) 2024, Cyancore Team
#
# File Name : banner.mk
# Description : This script prints banner while starting build
# Primary Author : Akash Kollipara [[email protected]]
# Organisation : Cyancore Core-Team
#

NAME = Boron
VERSION = 0x01000401
NAME = Carbon
VERSION = 0x01000500

$(eval $(call add_define,VERSION))

Expand Down

0 comments on commit c37e4f5

Please sign in to comment.