v2.2.2
This commit is contained in:
parent
1c93d4eb73
commit
596c570756
@ -1 +1 @@
|
|||||||
2.2.1
|
2.2.2
|
||||||
@ -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
|
## 2.2.1
|
||||||
+ updated `bootsrap.sh` to 1.0.2
|
+ updated `bootsrap.sh` to 1.0.2
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
INSTALLED_CBUILD_VERSION=2.2.1
|
INSTALLED_CBUILD_VERSION=2.2.2
|
||||||
|
|
||||||
# set \t size to 4 spaces
|
# set \t size to 4 spaces
|
||||||
tabs 4
|
tabs 4
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
CBUILD_VERSION=2.2.1
|
CBUILD_VERSION=2.2.2
|
||||||
|
|
||||||
PROJECT="%PROJECT_NAME%"
|
PROJECT="%PROJECT_NAME%"
|
||||||
CMP_C="gcc"
|
CMP_C="gcc"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user