From 6c3702571479b6081373570e4753a02f4687087d Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Tue, 1 Feb 2022 07:50:50 +0100 Subject: [PATCH] Set version to 0.6.3-dev --- platformio.ini | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index 434c95bf..a0039047 100644 --- a/platformio.ini +++ b/platformio.ini @@ -64,8 +64,9 @@ build_flags = ; -- Hasp build options ---------------------------- -D HASP_VER_MAJ=0 - -D HASP_VER_MIN=7 - -D HASP_VER_REV=0 + -D HASP_VER_MIN=6 + ;-D HASP_VER_REV=3 + -D HASP_VER_REV=3-dev ${override.build_flags} ; -- Shared library dependencies in all environments