Skip to content

Commit

Permalink
Added support alternative names (designations) for exoplanets (#2350)
Browse files Browse the repository at this point in the history
* Added support alternative names (designations) for exoplanets

* Updated default catalog of exoplanets + a few cosmetic fixes

* Fixed bug in coordinates of exoplanets, when host star is exists in our catalog
  • Loading branch information
alex-w committed Mar 16, 2022
1 parent 73491d2 commit 0ac35fc
Show file tree
Hide file tree
Showing 5 changed files with 7,423 additions and 865 deletions.
4 changes: 2 additions & 2 deletions plugins/Exoplanets/CMakeLists.txt
@@ -1,6 +1,6 @@
SET(EXOPLANETS_PLUGIN_MAJOR "0")
SET(EXOPLANETS_PLUGIN_MINOR "4")
SET(EXOPLANETS_PLUGIN_PATCH "5")
SET(EXOPLANETS_PLUGIN_MINOR "5")
SET(EXOPLANETS_PLUGIN_PATCH "0")
SET(EXOPLANETS_VERSION "${EXOPLANETS_PLUGIN_MAJOR}.${EXOPLANETS_PLUGIN_MINOR}.${EXOPLANETS_PLUGIN_PATCH}")

ADD_DEFINITIONS(-DEXOPLANETS_PLUGIN_VERSION="${EXOPLANETS_VERSION}")
Expand Down

0 comments on commit 0ac35fc

Please sign in to comment.