From 09273881a69edca0e24bd8ad31cc479d3d43dca5 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Sun, 21 Jan 2024 21:42:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BA=86=E6=9B=B4=E5=A4=9A?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E4=BF=A1=E6=81=AF=EF=BC=8C=E8=BF=99=E4=B8=8B?= =?UTF-8?q?1.0=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 2 +- Cargo.toml | 2 +- build.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 93fc00e..e511752 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "call" -version = "0.1.0" +version = "1.0.0" dependencies = [ "winapi", "winres", diff --git a/Cargo.toml b/Cargo.toml index 42e0a69..f289654 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "call" -version = "0.1.0" +version = "1.0.0" description = "一个简单的用于不带控制台/带控制台调用其他程序的包装器" edition = "2021" build = "build.rs" diff --git a/build.rs b/build.rs index 7608ec5..a8e7297 100644 --- a/build.rs +++ b/build.rs @@ -12,7 +12,7 @@ fn main() { .set("CompanyName", "TSW (shenjack's workshop)") .set("Comments", "一个简单的包装器") .set("InternalName", "caller.exe") - .set("FileVersion", "0.2.0.0") + .set("ProductVersion", "1.0.0.0") .set_language(winapi::um::winnt::MAKELANGID( winapi::um::winnt::LANG_CHINESE_SIMPLIFIED, winapi::um::winnt::SUBLANG_CHINESE_SIMPLIFIED,