Update version and year

This commit is contained in:
2026-01-07 23:17:40 +01:00
parent 450b998a29
commit b2f2537338
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -2,12 +2,12 @@
"Name": "Flax", "Name": "Flax",
"Version": { "Version": {
"Major": 1, "Major": 1,
"Minor": 11, "Minor": 12,
"Revision": 0, "Revision": 0,
"Build": 6805 "Build": 6900
}, },
"Company": "Flax", "Company": "Flax",
"Copyright": "Copyright (c) 2012-2025 Wojciech Figat. All rights reserved.", "Copyright": "Copyright (c) 2012-2026 Wojciech Figat. All rights reserved.",
"GameTarget": "FlaxGame", "GameTarget": "FlaxGame",
"EditorTarget": "FlaxEditor", "EditorTarget": "FlaxEditor",
"Configuration": { "Configuration": {
+1 -1
View File
@@ -47,7 +47,7 @@ namespace FlaxEditor.Windows
}; };
new Label(nameLabel.Left, nameLabel.Bottom + 4, nameLabel.Width, 50) 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, HorizontalAlignment = TextAlignment.Near,
VerticalAlignment = TextAlignment.Near, VerticalAlignment = TextAlignment.Near,
Parent = this Parent = this