Skip to content

Commit d0b98be

Browse files
committed
modified: CHANGELOG.md
1 parent 601950e commit d0b98be

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [5.0.38] - 2023-08-08
2+
3+
* corrected the auto-detection of radio FITS files (the previous version would incorrectly detect them as optical) for the newly added NRO45M datasets, based on the FITS header telescope keyword
4+
15
## [5.0.37] - 2023-07-31
26

37
* updated the client/server ZFP compression library to v1.0.0

src/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#define VERSION_MAJOR 5
44
#define VERSION_MINOR 0
5-
#define VERSION_SUB 37
5+
#define VERSION_SUB 38
66

77
#define STR_HELPER(x) #x
88
#define STR(x) STR_HELPER(x)

0 commit comments

Comments
 (0)