mosaic: bumped version

This commit is contained in:
Fries 2022-09-05 00:31:18 -07:00
parent 8a4f91a149
commit 205b735944
4 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,6 @@
Mosaic 2.7b6~flatpak4
* The SVG icon is now a square resolution to be compatible with Flathub.
Mosaic 2.7b6~flatpak3 Mosaic 2.7b6~flatpak3
* Mosaic now detects if it's in a Flatpak environment and stores its files accordingly. * Mosaic now detects if it's in a Flatpak environment and stores its files accordingly.

View File

@ -1,7 +1,7 @@
project( project(
'ncsa-mosaic', 'ncsa-mosaic',
'c', 'c',
version: '2.7b6-flatpak3' version: '2.7b6-flatpak4'
) )
cc = meson.get_compiler('c') cc = meson.get_compiler('c')

View File

@ -17,6 +17,11 @@
</screenshot> </screenshot>
</screenshots> </screenshots>
<releases> <releases>
<release version="2.7b6~flatpak4" date="2022-09-05">
<description>
<p>The SVG icon is now a square resolution to be compatible with Flathub.</p>
</description>
</release>
<release version="2.7b6~flatpak3" date="2022-04-21"> <release version="2.7b6~flatpak3" date="2022-04-21">
<description> <description>
<p>Mosaic now detects if it's in a Flatpak environment and stores its files accordingly.</p> <p>Mosaic now detects if it's in a Flatpak environment and stores its files accordingly.</p>

View File

@ -120,7 +120,7 @@ typedef enum
/* -------------------------------- MACROS -------------------------------- */ /* -------------------------------- MACROS -------------------------------- */
/* ------------------------------------------------------------------------ */ /* ------------------------------------------------------------------------ */
#define MO_VERSION_STRING "2.7b6~flatpak3" // SAM #define MO_VERSION_STRING "2.7b6~flatpak4" // SAM
#define MO_GO_NCSA_COUNT 3 /* Go to the NCSA home page thrice*/ #define MO_GO_NCSA_COUNT 3 /* Go to the NCSA home page thrice*/
#define MO_HELP_ON_VERSION_DOCUMENT \ #define MO_HELP_ON_VERSION_DOCUMENT \
mo_assemble_help_url ("help-on-version-2.7b5.html") mo_assemble_help_url ("help-on-version-2.7b5.html")