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 Nov 1, 2023
1 parent 4855f4b commit 82d68a9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [5.0.48] - 2023-11-01

* improved the translation between the web browser mouse coordinates and the underlying FITS image pixel coordinates
* updated the mongoose C networking library to v7.12

## [5.0.47] - 2023-10-25

* a new functionality: an initial support for importing ds9 region files (*.reg) with _*image*_/_*physical*_/_*wcs*_ (_*fk5*_ only) coordinates and two types of shapes: _*circle*_ and _*point*_ (_*hint*_: a menu setting _*FITS*_ / _*import ds9 region*_)
Expand Down
4 changes: 2 additions & 2 deletions 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 47
#define VERSION_SUB 48

#define STR_HELPER(x) #x
#define STR(x) STR_HELPER(x)
Expand All @@ -12,4 +12,4 @@
VERSION_SUB)

#define WASM_VERSION "23.10.18.0"
#define VERSION_STRING "F/SV2023-10-24.0-BETA"
#define VERSION_STRING "F/SV2023-11-01.0-BETA"

0 comments on commit 82d68a9

Please sign in to comment.