Skip to content

Commit

Permalink
microbit: Update version string to 1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgeorge committed Sep 19, 2018
1 parent 418b60a commit e411337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/microbit/mpconfigport.h
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ void mp_hal_stdout_tx_strn_cooked(const char *str, mp_uint_t len);
// We need to provide a declaration/definition of alloca()
#include <alloca.h>

#define MICROBIT_RELEASE "1.0.0-rc.5"
#define MICROBIT_RELEASE "1.0.0"
#define MICROBIT_BOARD_NAME "micro:bit"
#define MICROPY_HW_BOARD_NAME MICROBIT_BOARD_NAME " v" MICROBIT_RELEASE
#define MICROPY_HW_MCU_NAME "nRF51822"
Expand Down

0 comments on commit e411337

Please sign in to comment.