From 18482e4cb7eb39e0e3bcbf5f35640d39d194a9db Mon Sep 17 00:00:00 2001 From: Marcos Pernambuco Motta <1091485+mpernambuco@users.noreply.github.com> Date: Mon, 22 Jul 2024 11:40:40 -0300 Subject: [PATCH] Test artifacts --- src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile b/src/Makefile index 4e35a9e45..d14249e99 100644 --- a/src/Makefile +++ b/src/Makefile @@ -18,9 +18,9 @@ EMULATOR_MARCHID=17 # Every new emulator release should bump these constants EMULATOR_VERSION_MAJOR=0 -EMULATOR_VERSION_MINOR=17 +EMULATOR_VERSION_MINOR=18 EMULATOR_VERSION_PATCH=0 -EMULATOR_VERSION_LABEL= +EMULATOR_VERSION_LABEL=-test2 TARGET_OS?=$(shell uname)