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,