From fb6006953e1323dc8fe7db6ea83b52a646fcc037 Mon Sep 17 00:00:00 2001 From: "Alexander V. Wolf" Date: Sun, 22 Sep 2024 21:48:50 +0700 Subject: [PATCH] Go ahead... --- CITATION | 8 ++++---- CITATION.cff | 6 +++--- CMakeLists.txt | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CITATION b/CITATION index 0213892e56b09..013e4a1fd1925 100644 --- a/CITATION +++ b/CITATION @@ -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}, } \ No newline at end of file diff --git a/CITATION.cff b/CITATION.cff index f9494ef2476c3..ab4520673c04b 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -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 @@ -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' diff --git a/CMakeLists.txt b/CMakeLists.txt index 50de2540a256c..2d228b190e3c2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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.")