This repository was archived by the owner on Apr 8, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed
Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 7.0 .0
2+ current_version = 7.1.0-alpha .0
33tag = True
44sign_tags = True
55tag_message = EVMC {new_version}
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ cable_configure_toolchain(DEFAULT cxx11-pic)
3737cable_set_build_type (DEFAULT Release CONFIGURATION_TYPES Debug Release )
3838
3939project (evmc)
40- set (PROJECT_VERSION 7.0 .0)
40+ set (PROJECT_VERSION 7.1.0-alpha .0)
4141
4242cable_configure_compiler (NO_STACK_PROTECTION )
4343
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ OUT_DIR = ./c/build
1919
2020build :
2121 mkdir -p $(OUT_DIR )
22- gcc $(DEBUG_FLAG ) -c $(INCLUDES ) -o $(OUT_DIR ) /loader.o ../../lib/loader/loader.c
23- gcc $(DEBUG_FLAG ) -c $(INCLUDES ) $(JAVA_INCLUDES ) -o $(OUT_DIR ) /host.o ./c/host.c
22+ gcc $(DEBUG_FLAG ) $( CFLAGS ) -c $(INCLUDES ) -o $(OUT_DIR ) /loader.o ../../lib/loader/loader.c
23+ gcc $(DEBUG_FLAG ) $( CFLAGS ) -c $(INCLUDES ) $(JAVA_INCLUDES ) -o $(OUT_DIR ) /host.o ./c/host.c
2424 gcc $(DEBUG_FLAG ) ./c/evmc-vm.c $(INCLUDES ) $(JAVA_INCLUDES ) $(JAVA_LIBS ) $(CFLAGS ) $(LFLAGS ) -o $(OUT_DIR ) /evmc.$(EXT ) $(OUT_DIR ) /host.o $(OUT_DIR ) /loader.o
2525 gcc $(DEBUG_FLAG ) -shared ../../examples/example_vm/example_vm.c $(INCLUDES ) -o $(OUT_DIR ) /example_vm.$(EXT )
2626 mkdir -p ./java/build
Original file line number Diff line number Diff line change 44
55[package ]
66name = " evmc-declare-tests"
7- version = " 7.0 .0"
7+ version = " 7.1.0-alpha .0"
88authors = [" Jake Lang <jak3lang@gmail.com>" ]
99license = " Apache-2.0"
1010repository = " https://github.com/ethereum/evmc"
Original file line number Diff line number Diff line change 44
55[package ]
66name = " evmc-declare"
7- version = " 7.0 .0"
7+ version = " 7.1.0-alpha .0"
88authors = [" Jake Lang <jak3lang@gmail.com>" ]
99license = " Apache-2.0"
1010repository = " https://github.com/ethereum/evmc"
Original file line number Diff line number Diff line change 44
55[package ]
66name = " evmc-sys"
7- version = " 7.0 .0"
7+ version = " 7.1.0-alpha .0"
88authors = [" Alex Beregszaszi <alex@rtfs.hu>" ]
99license = " Apache-2.0"
1010repository = " https://github.com/ethereum/evmc"
Original file line number Diff line number Diff line change 44
55[package ]
66name = " evmc-vm"
7- version = " 7.0 .0"
7+ version = " 7.1.0-alpha .0"
88authors = [" Alex Beregszaszi <alex@rtfs.hu>" , " Jake Lang <jak3lang@gmail.com>" ]
99license = " Apache-2.0"
1010repository = " https://github.com/ethereum/evmc"
You can’t perform that action at this time.
0 commit comments