v2.3.4
This commit is contained in:
@@ -1 +1 @@
|
|||||||
2.3.3
|
2.3.4
|
||||||
@@ -1,3 +1,7 @@
|
|||||||
|
## 2.3.4
|
||||||
|
+ fixed failing if `./project.user.config.default` do not exist
|
||||||
|
+ fixed `WARN_CPP`
|
||||||
|
|
||||||
## 2.3.3
|
## 2.3.3
|
||||||
+ now all default build dasks delete out file before building new one
|
+ now all default build dasks delete out file before building new one
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
INSTALLED_CBUILD_VERSION=2.3.3
|
INSTALLED_CBUILD_VERSION=2.3.4
|
||||||
|
|
||||||
# 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.3.3
|
CBUILD_VERSION=2.3.4
|
||||||
|
|
||||||
PROJECT="%PROJECT_NAME%"
|
PROJECT="%PROJECT_NAME%"
|
||||||
CMP_C="gcc"
|
CMP_C="gcc"
|
||||||
|
|||||||
Reference in New Issue
Block a user