mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
Bump engine version to 0.27.1
This commit is contained in:
parent
4633a2d522
commit
dae7a8c394
1 changed files with 3 additions and 3 deletions
|
|
@ -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[];
|
||||
|
|
|
|||
Loading…
Reference in a new issue