This commit is contained in:
2026-06-07 16:53:13 +05:00
parent 2bbabeb9ee
commit 7e7d05cfdc
4 changed files with 7 additions and 3 deletions

View File

@@ -1 +1 @@
2.3.3
2.3.4

View File

@@ -1,3 +1,7 @@
## 2.3.4
+ fixed failing if `./project.user.config.default` do not exist
+ fixed `WARN_CPP`
## 2.3.3
+ now all default build dasks delete out file before building new one

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env bash
INSTALLED_CBUILD_VERSION=2.3.3
INSTALLED_CBUILD_VERSION=2.3.4
# set \t size to 4 spaces
tabs 4

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env bash
CBUILD_VERSION=2.3.3
CBUILD_VERSION=2.3.4
PROJECT="%PROJECT_NAME%"
CMP_C="gcc"