Skip to content

Commit d1a89c2

Browse files
committed
chore: 更新版本号至 v2.12.0 并调整版权年份
更新 webui、website 和主模块的版本号至 2.12.0,并同步更新 versionCode 和更新信息文件。 将 NOTICES 文件中的版权年份从 2025 更新至 2026。
1 parent 924f5ba commit d1a89c2

File tree

8 files changed

+20
-20
lines changed

8 files changed

+20
-20
lines changed

NOTICES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Mediatek_Mali_GPU_Governor
2-
Copyright (c) 2025 Seyud
2+
Copyright (c) 2026 Seyud
33

44
This program is free software: you can redistribute it and/or modify
55
it under the terms of the GNU General Public License as published by

Update.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"versionCode": 20251130,
3-
"version": "v2.11.0",
4-
"zipUrl": "https://github.com/Seyud/Mediatek_Mali_GPU_Governor/releases/download/v2.11.0/Mediatek_Mali_GPU_Governor_v2.11.0.zip",
2+
"versionCode": 20260201,
3+
"version": "v2.12.0",
4+
"zipUrl": "https://github.com/Seyud/Mediatek_Mali_GPU_Governor/releases/download/v2.12.0/Mediatek_Mali_GPU_Governor_v2.12.0.zip",
55
"changelog": "https://raw.githubusercontent.com/Seyud/Mediatek_Mali_GPU_Governor/main/docs/en/CHANGELOG.md"
66
}

bin/gpugovernor

1.3 MB
Binary file not shown.

module.prop

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id=Mediatek_Mali_GPU_Governor
22
name=天玑GPU调速器
3-
version=v2.11.0
4-
versionCode=20251130
3+
version=v2.12.0
4+
versionCode=20260201
55
author=酷安@瓦力喀/GitHub@Seyud, Tools-cx-app
66
description=适用于Mediatek_Mali_GPU的GPU动态调速器,优化高负载场景下的功耗与性能平衡
77
updateJson=https://gitee.com/Seyud/MMGG_deploy/raw/master/Update.json

website/package-lock.json

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mediatek-mali-gpu-governor-website",
3-
"version": "2.11.0",
3+
"version": "2.12.0",
44
"description": "Mediatek Mali GPU Governor official website",
55
"main": "index.js",
66
"repository": "https://github.com/Seyud/Mediatek_Mali_GPU_Governor",

webui/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mediatek-mali-gpu-governor-webui-dev",
33
"private": true,
4-
"version": "2.11.0",
4+
"version": "2.12.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)