Skip to content

Commit

Permalink
Merge pull request #63 from toppers/RC-v1.1.3
Browse files Browse the repository at this point in the history
release candidate v1.1.3
  • Loading branch information
mitsut committed Aug 13, 2022
2 parents 868448e + 8f1cf87 commit f09d7d5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
14 changes: 6 additions & 8 deletions MANIFEST
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
PACKAGE athrill
VERSION 1.1.2
VERSION 1.1.3

MANIFEST
README.ja.md
README.md

apl/include/athrill_syscall.h
apl/src/athrill-syscall.c

bin/linux/athrill_extfunc.sh
bin/linux/athrill-run
bin/linux/athrill-run-remote
bin/linux/athrill_extfunc.sh
bin/linux/athrill_terminal
bin/linux/geany.sh
bin/linux/variable_conflict_check.groovy
Expand All @@ -26,10 +25,9 @@ build/core/linux/Makefile.main
build/core/linux/Makefile.mpu
build/core/linux/Makefile.mros
build/core/linux/Makefile.std
command/remote/remote_cui_client/Makefile
command/remote/remote_cui_client/cpuemu_config.h
command/remote/remote_cui_client/main.c
command/remote/remote_cui_client/Makefile

src/bus/bus.c
src/bus/bus.h
src/cpu/cpu.h
Expand All @@ -49,9 +47,9 @@ src/debugger/executor/dbg_executor.h
src/debugger/interaction/front/parser/concrete_parser/dbg_std_parser.c
src/debugger/interaction/front/parser/concrete_parser/dbg_std_parser.h
src/debugger/interaction/front/parser/dbg_parser.c
src/debugger/interaction/front/parser/dbg_parser.h
src/debugger/interaction/front/parser/dbg_parser_config.c
src/debugger/interaction/front/parser/dbg_parser_config.h
src/debugger/interaction/front/parser/dbg_parser.h
src/debugger/interaction/inc/dbg_interaction_std_ids.h
src/debugger/interaction/inc/target/rh850/dbg_interaction_target_ids.h
src/debugger/interaction/inc/target/v850e2m/dbg_interaction_target_ids.h
Expand Down Expand Up @@ -81,8 +79,8 @@ src/device/peripheral/mros-dev/mros-athrill/target/lwip/init.h
src/device/peripheral/mros-dev/mros-athrill/target/lwip/lwip_linux.c
src/device/peripheral/mros-dev/mros-athrill/target/lwip/netdb.h
src/device/peripheral/mros-dev/mros-athrill/target/lwip/sockets.h
src/device/peripheral/mros-dev/mros-athrill/target/os/kernel_cfg.h
src/device/peripheral/mros-dev/mros-athrill/target/os/kernel.h
src/device/peripheral/mros-dev/mros-athrill/target/os/kernel_cfg.h
src/device/peripheral/mros-dev/mros-athrill/target/os/mros_exclusive_ops_linux.c
src/device/peripheral/mros-dev/mros-athrill/target/os/os_asp.c
src/device/peripheral/mros-dev/mros-athrill/target/os/t_syslog.h
Expand Down Expand Up @@ -219,8 +217,8 @@ src/lib/file.h
src/lib/hash.c
src/lib/hash.h
src/lib/list.h
src/lib/loader/elf_common.h
src/lib/loader/elf.h
src/lib/loader/elf_common.h
src/lib/object_container.h
src/lib/symbol_ops.c
src/lib/symbol_ops.h
Expand Down
2 changes: 1 addition & 1 deletion src/main/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* Y: function
* Z: bug fix, small changes
*/
#define ATHRILL_CORE_VERSION "1.1.2"
#define ATHRILL_CORE_VERSION "1.1.3"

#ifndef ATHRILL_TARGET_ARCH
#define ATHRILL_TARGET_ARCH "UNKNOWN"
Expand Down

0 comments on commit f09d7d5

Please sign in to comment.