Bumped version to 2.7b6~flatpak3

This commit is contained in:
Fries 2022-04-21 22:11:20 -07:00
parent 672bbee31d
commit 8cc88fc4a5
5 changed files with 13 additions and 2 deletions

View File

@ -1,3 +1,11 @@
Mosaic 2.7b6~flatpak3
* Mosaic now detects if it's in a Flatpak environment and stores its files accordingly.
Mosaic 2.7b6~flatpak1
* Homepage is now info.cern.ch
* Version changed from 2.7b6 to 2.7b6~flatpak1
* Uses Flatpak's data directory instead of $HOME.
Mosaic 2.7b6
* ported to modern Linux

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

@ -17,6 +17,9 @@
</screenshot>
</screenshots>
<releases>
<release version="2.7b6~flatpak3" date="2022-04-21">
<p>Mosaic now detects if it's in a Flatpak environment and stores its files accordingly.</p>
</release>
<release version="2.7b6~flatpak2" date="2022-04-20" />
<release version="2.7b6~flatpak1" date="2022-04-20">
<description>

View File

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