This commit is contained in:
Timerix 2025-04-26 03:58:53 +05:00
parent 1c93d4eb73
commit 596c570756
4 changed files with 7 additions and 3 deletions

View File

@ -1 +1 @@
2.2.1
2.2.2

View File

@ -1,3 +1,7 @@
## 2.2.2
+ `bootstrap.sh` can show help for cbuild installations again
+ copy dependency out files only if they are newer or don't exist
## 2.2.1
+ updated `bootsrap.sh` to 1.0.2

View File

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

View File

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