Skip to content
Snippets Groups Projects
Commit 441f8293 authored by Federico's avatar Federico
Browse files

Officially releasing Miosix 2.0beta1

parent b48aa9d0
Branches
No related tags found
No related merge requests found
Changelog for Miosix np embedded OS
- After so many changes and improvements, officially releasing Miosix 2.0beta1
v2.0beta1
- Upgraded compiler build scripts to build a redistributable Miosix Toolchain
for both Linux and Windows
- Changed makefile: moved from bash for loops to GNU Make for loops to avoid
......
......@@ -37,7 +37,7 @@ namespace miosix {
#define AU
#endif
const char AU ver[]="Miosix v2.0alpha1 (" _MIOSIX_BOARDNAME ", " __DATE__ " " __TIME__ CV ")";
const char AU ver[]="Miosix v2.0beta1 (" _MIOSIX_BOARDNAME ", " __DATE__ " " __TIME__ CV ")";
const char *getMiosixVersion()
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment