[Scummvm-git-logs] scummvm master -> a95381de9d89983cbf5eda497e78d5ac2c58d79b
antoniou79
noreply at scummvm.org
Thu May 15 16:58:39 UTC 2025
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
a95381de9d DEVTOOLS: BLADERUNNER: Update next version info for subtitles
Commit: a95381de9d89983cbf5eda497e78d5ac2c58d79b
https://github.com/scummvm/scummvm/commit/a95381de9d89983cbf5eda497e78d5ac2c58d79b
Author: antoniou79 (a.antoniou79 at gmail.com)
Date: 2025-05-15T19:57:07+03:00
Commit Message:
DEVTOOLS: BLADERUNNER: Update next version info for subtitles
This will be the version (10) after the current (v9) about to be released
Changed paths:
devtools/create_bladerunner/subtitles/common/subtlsVersTextResource.py
diff --git a/devtools/create_bladerunner/subtitles/common/subtlsVersTextResource.py b/devtools/create_bladerunner/subtitles/common/subtlsVersTextResource.py
index 3ddee921cf5..d41d8e86c53 100644
--- a/devtools/create_bladerunner/subtitles/common/subtlsVersTextResource.py
+++ b/devtools/create_bladerunner/subtitles/common/subtlsVersTextResource.py
@@ -8,10 +8,10 @@ MY_MODULE_NAME = "subtlsVersTextResource"
# Template for SBTLVERS.TRE sheet's values ((row 2 and below)
SBTLVERS_TEXT_RESOURCE_TUPLE_LIST = [
(0, "ScummVM Team", "Credits"),
- (1, "9", "Version (an incremental number)"),
+ (1, "10", "Version (an incremental number)"),
(2, "##:##:## ##/##/####", "Placeholder â Date of compilation (HH:mm:ss dd/mm/yyyy)"),
(3, "EFIGS", "Placeholder â Language mode"),
- (4, "Copyright (C) 2019-2022 ScummVM team", "Copyright"),
+ (4, "Copyright (C) 2019-2025 ScummVM team", "Copyright"),
(5, "", "Font type"),
(6, "", "Font name"),
(7, "", "License"),
More information about the Scummvm-git-logs
mailing list