From a62338ec12c72fa3174104c458ba36cede838697 Mon Sep 17 00:00:00 2001 From: jvo203 Date: Wed, 24 May 2023 16:03:20 +0900 Subject: [PATCH] modified: src/version.h --- CHANGELOG.md | 5 +++++ src/version.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 705f9d5d6..a3368ee43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [5.0.35] - 2023-05-24 + +* Introduced a hard limit of 500 Splatalogue spectral lines that can be displayed simultaneously in the website. This has been done in order to prevent an information overload and a website slowdown. The 500 lines that are displayed will be chosen as a random subset of the larger than 500 original number of lines. Please refine your search criteria to avoid a hard limit. If the hard limit has been reached information will be displayed in the web browser JavaScript console (press F12 to view it in most browsers). +* On-going work on NOBEYAMA FUGIN + ## [5.0.34] - 2023-04-25 * overhauled the server logging functionality (moved from FORTRAN to C) diff --git a/src/version.h b/src/version.h index 5e2f48f32..d1bfdd1a0 100644 --- a/src/version.h +++ b/src/version.h @@ -2,7 +2,7 @@ #define VERSION_MAJOR 5 #define VERSION_MINOR 0 -#define VERSION_SUB 34 +#define VERSION_SUB 35 #define STR_HELPER(x) #x #define STR(x) STR_HELPER(x)