Skip to content

Commit 189d9bd

Browse files
committed
update version specifier to 0.4.0-pre3
1 parent 65fc6f3 commit 189d9bd

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

board-manager/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# the required versions for the new build
2-
COREVERSION=0.4.0-pre1
3-
SDCCVERSION=10088
4-
TOOLSVERSION=2017.11.13
2+
COREVERSION=0.4.0-pre3
3+
SDCCVERSION=10738
4+
TOOLSVERSION=2018.12.06
55

66
BASEURL=https://github.com/tenbaht/sduino/releases/download/v$(COREVERSION)
77

board-manager/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ After testing, check in the newly generated files and update the Changelog:
3535
make release
3636

3737

38-
For testing purposes only (!!), it is possible to use the simpler systax
38+
For testing purposes only (!!), it is possible to use the simpler syntax
3939
using makefile variables on the command line:
4040

4141
make COREVERSION=0.3.2 core
@@ -54,9 +54,8 @@ tools field of the json template file to assemble the final package file.
5454
`gen_tools_entry.sh`: Generate a tools entry for a sdcc or STM8Tools
5555
archive.
5656

57-
Makefile.core
58-
Makefile.sdcc
59-
Makefile.tools
57+
`Makefile.core`, `Makefile.sdcc`, `Makefile.tools`: Pack the archive for one
58+
component into release/ and generate the description in the parts/ directory.
6059

6160
`minimize-sdcc.sh`: Repack a [SDCC snapshot
6261
build](http://sdcc.sourceforge.net/snap.php) into a minimal compiler package

0 commit comments

Comments
 (0)