From dae7a8c39403af3a6f5ef7f059b9b07421e849a6 Mon Sep 17 00:00:00 2001 From: Itms Date: Sat, 12 Jul 2025 15:06:53 +0200 Subject: [PATCH] Bump engine version to 0.27.1 --- source/lib/build_version.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/lib/build_version.h b/source/lib/build_version.h index 35a4dd3694..e7af1111f3 100644 --- a/source/lib/build_version.h +++ b/source/lib/build_version.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2024 Wildfire Games. +/* Copyright (C) 2025 Wildfire Games. * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the @@ -20,6 +20,6 @@ * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#define PYROGENESIS_VERSION "0.27.0" -#define PYROGENESIS_VERSION_WORD 0,27,0,0 +#define PYROGENESIS_VERSION "0.27.1" +#define PYROGENESIS_VERSION_WORD 0,27,1,0 extern wchar_t build_version[];