Skip to content

Commit

Permalink
modified: src/version.h
Browse files Browse the repository at this point in the history
  • Loading branch information
jvo203 committed May 24, 2023
1 parent 2bb52fc commit a62338e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a62338e

Please sign in to comment.