This commit is contained in:
Timerix 2025-11-09 19:47:52 +05:00
parent 259d9873fb
commit d1660e05cb
4 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
2.2.3 2.2.4

View File

@ -1,4 +1,4 @@
## xxx ## 2.2.4
+ **default config**: C standard changed to C99 + **default config**: C standard changed to C99
+ **default config**: enabled more warnings + **default config**: enabled more warnings

View File

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

View File

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