Skip to content

Commit

Permalink
Go ahead...
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-w committed Sep 22, 2024
1 parent 6e92e45 commit fb60069
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions CITATION
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
To cite PROJ in publications use:

Stellarium contributors (2024). Stellarium v24.1 Astronomy Software.
Stellarium contributors (2024). Stellarium v24.3 Astronomy Software.
URL https://stellarium.org/.
DOI: 10.5281/zenodo.10427779
DOI: 10.5281/zenodo.13825639

A BibTeX entry for LaTeX users is

.. code-block:: latex

@Stellarium{,
title = {{Stellarium} v24.2 Astronomy Software},
title = {{Stellarium} v24.3 Astronomy Software},
author = {{Stellarium contributors}},
year = {2024},
url = {https://stellarium.org/},
doi = {10.5281/zenodo.10427779},
doi = {10.5281/zenodo.13825639},
}
6 changes: 3 additions & 3 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ identifiers:
repository-code: 'https://github.com/Stellarium/stellarium'
url: 'https://stellarium.org/'
repository-artifact: >-
https://github.com/Stellarium/stellarium/releases/tag/v24.2
https://github.com/Stellarium/stellarium/releases/tag/v24.3
abstract: >-
Stellarium is a free open source planetarium for your
computer. It shows a realistic sky in 3D, just like what
Expand All @@ -55,5 +55,5 @@ keywords:
- sky
license: GPL-2.0-or-later
commit: a4e4a7416ebd411658ac4e284cde17deacaf8b82
version: '24.2'
date-released: '2024-06-23'
version: '24.3'
date-released: '2024-09-22'
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ SET_PROPERTY(GLOBAL PROPERTY USE_FOLDERS ON)
########### Project name ###########
PROJECT(Stellarium C CXX)

SET(STELLARIUM_RELEASE_BUILD 1 CACHE BOOL "Set 1 to build as an official release (0 for development snapshots).")
SET(STELLARIUM_RELEASE_BUILD 0 CACHE BOOL "Set 1 to build as an official release (0 for development snapshots).")

########### Detect Qt version
SET(ENABLE_QT6 1 CACHE BOOL "Whether to try building with Qt6. If Qt6 is not found, Qt5 will be used.")
Expand Down

0 comments on commit fb60069

Please sign in to comment.