Skip to content
This repository was archived by the owner on Jun 6, 2024. It is now read-only.

Commit cc7b10a

Browse files
committed
版本号更新
1 parent c966db6 commit cc7b10a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
*
1010
* 此项目 GitHub 地址:https://github.com/yuantuo666/baiduwp-php
1111
*
12-
* @version 2.2.0
12+
* @version 2.2.0.1
1313
*
1414
* @author Yuan_Tuo <yuantuo666@gmail.com>
1515
* @link https://imwcr.cn/
1616
* @link https://space.bilibili.com/88197958
1717
*
1818
*/
19-
$programVersion_Index = "2.2.0";
19+
$programVersion_Index = "2.2.0.1";
2020
session_start();
2121
define('init', true);
2222
if (version_compare(PHP_VERSION, '7.0.0', '<')) {

install/config_raw

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
* PanDownload 网页复刻版,PHP 语言版配置文件
44
* !!!请勿修改本文件,如果手动修改后再在后台设置,可能导致config.php文件被清空!!!
55
*
6-
* @version 2.2.0
6+
* @version 2.2.0.1
77
* @author Yuan_Tuo <yuantuo666@gmail.com>
88
* @link https://imwcr.cn/
99
* @link https://space.bilibili.com/88197958
1010
*/
11-
const programVersion = '2.2.0';
11+
const programVersion = '2.2.0.1';
1212
if (!defined('init')) {
1313
http_response_code(403); header('Content-Type: text/plain; charset=utf-8'); header('Refresh: 3;url=./');
1414
die("HTTP 403 禁止访问!\r\n此文件是 PanDownload 网页复刻版 PHP 语言版项目版本 " . programVersion . " 的配置文件!\r\n禁止直接访问!");

updater.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
*
88
* 此项目 GitHub 地址:https://github.com/yuantuo666/baiduwp-php
99
*
10-
* @version 2.2.0
10+
* @version 2.2.0.1
1111
*
1212
* @author Yuan_Tuo <yuantuo666@gmail.com>
1313
* @link https://imwcr.cn/
1414
* @link https://space.bilibili.com/88197958
1515
*
1616
*/
1717

18-
$programVersion_Updater = "2.2.0";
18+
$programVersion_Updater = "2.2.0.1";

0 commit comments

Comments
 (0)