From b2f2537338f885277f62f8f82fa5e7a4a00fa820 Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Wed, 7 Jan 2026 23:17:40 +0100 Subject: [PATCH] Update version and year --- Flax.flaxproj | 6 +++--- Source/Editor/Windows/AboutDialog.cs | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Flax.flaxproj b/Flax.flaxproj index 100d4e9ff..c74ec3990 100644 --- a/Flax.flaxproj +++ b/Flax.flaxproj @@ -2,12 +2,12 @@ "Name": "Flax", "Version": { "Major": 1, - "Minor": 11, + "Minor": 12, "Revision": 0, - "Build": 6805 + "Build": 6900 }, "Company": "Flax", - "Copyright": "Copyright (c) 2012-2025 Wojciech Figat. All rights reserved.", + "Copyright": "Copyright (c) 2012-2026 Wojciech Figat. All rights reserved.", "GameTarget": "FlaxGame", "EditorTarget": "FlaxEditor", "Configuration": { diff --git a/Source/Editor/Windows/AboutDialog.cs b/Source/Editor/Windows/AboutDialog.cs index 1d9afbdfe..78b06f0bc 100644 --- a/Source/Editor/Windows/AboutDialog.cs +++ b/Source/Editor/Windows/AboutDialog.cs @@ -47,7 +47,7 @@ namespace FlaxEditor.Windows }; new Label(nameLabel.Left, nameLabel.Bottom + 4, nameLabel.Width, 50) { - Text = string.Format("Version: {0}\nCopyright (c) 2012-2025 Wojciech Figat.\nAll rights reserved.", Globals.EngineVersion), + Text = string.Format("Version: {0}\nCopyright (c) 2012-2026 Wojciech Figat.\nAll rights reserved.", Globals.EngineVersion), HorizontalAlignment = TextAlignment.Near, VerticalAlignment = TextAlignment.Near, Parent = this