From 58411c8f24a6ee4eaff433f01b8d2798ce070b48 Mon Sep 17 00:00:00 2001 From: jvo203 Date: Tue, 21 May 2019 10:29:54 +0900 Subject: [PATCH] version upgrade --- Cargo.lock | 2 +- Cargo.toml | 2 +- src/main.rs | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 25b383ba..38a935e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -787,7 +787,7 @@ dependencies = [ [[package]] name = "fits_web_ql" -version = "4.1.16" +version = "4.1.17" dependencies = [ "actix 0.7.9 (registry+https://github.com/rust-lang/crates.io-index)", "actix-web 0.7.19 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 4615999b..39d42cc9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fits_web_ql" -version = "4.1.16" +version = "4.1.17" authors = ["jvo203 "] edition = "2018" diff --git a/src/main.rs b/src/main.rs index 4075e5a8..fb85a888 100644 --- a/src/main.rs +++ b/src/main.rs @@ -2338,7 +2338,7 @@ lazy_static! { #[cfg(feature = "jvo")] static LOG_DIRECTORY: &'static str = "LOGS"; -static SERVER_STRING: &'static str = "FITSWebQL v4.1.16"; +static SERVER_STRING: &'static str = "FITSWebQL v4.1.17"; static VERSION_STRING: &'static str = "SV2019-05-21.0"; static WASM_STRING: &'static str = "WASM2019-02-08.1"; @@ -4347,7 +4347,7 @@ fn main() { .start(); println!( - "detected number of logical CPUs: {}, physical: {}", + "detected number of logical CPU cores: {}, physical: {}", num_cpus::get(), num_cpus::get_physical() );