From e40b055ebfa764dc08c2c51787d5acd41f9edbbe Mon Sep 17 00:00:00 2001 From: Albin Johansson Date: Mon, 1 Aug 2022 17:34:17 +0200 Subject: [PATCH] Tweak version macro --- source/app/meta/build.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/app/meta/build.hpp b/source/app/meta/build.hpp index 4332d4b840..35dc6986fa 100644 --- a/source/app/meta/build.hpp +++ b/source/app/meta/build.hpp @@ -19,7 +19,7 @@ #pragma once -#define TACTILE_VERSION_STRING "0.4.0 [dev]" +#define TACTILE_VERSION_STRING "0.4.0" #ifdef NDEBUG #define TACTILE_DEBUG 0