Bump engine version to 0.27.1

This commit is contained in:
Itms 2025-07-12 15:06:53 +02:00
parent 4633a2d522
commit dae7a8c394
No known key found for this signature in database
GPG key ID: C7E52BD14CE14E09

View file

@ -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[];