Skip to content

Commit

Permalink
Disable strongholds for beta 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Cubitect committed Feb 5, 2023
1 parent 09789f2 commit 8fe789f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cubiomes
Submodule cubiomes updated 1 files
+5 −1 finders.c
10 changes: 5 additions & 5 deletions etc/com.github.cubitect.cubiomes-viewer.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,23 @@
</description>

<releases>
<release version="3.0.1" date="2023-01-22">
<release version="3.1.0" date="2023-02-05">
</release>
</releases>

<launchable type="desktop-id">com.github.cubitect.cubiomes-viewer.desktop</launchable>
<screenshots>
<screenshot type="default">
<image type="source">https://raw.githubusercontent.com/Cubitect/cubiomes-viewer/3.0.1/etc/screenshot_maingui-fs8.png</image>
<image type="source">https://raw.githubusercontent.com/Cubitect/cubiomes-viewer/3.1.0/etc/screenshot_maingui-fs8.png</image>
</screenshot>
<screenshot type="default">
<image type="source">https://raw.githubusercontent.com/Cubitect/cubiomes-viewer/3.0.1/etc/screenshot_biomes-fs8.png</image>
<image type="source">https://raw.githubusercontent.com/Cubitect/cubiomes-viewer/3.1.0/etc/screenshot_biomes-fs8.png</image>
</screenshot>
<screenshot type="default">
<image type="source">https://raw.githubusercontent.com/Cubitect/cubiomes-viewer/3.0.1/etc/screenshot_structures-fs8.png</image>
<image type="source">https://raw.githubusercontent.com/Cubitect/cubiomes-viewer/3.1.0/etc/screenshot_structures-fs8.png</image>
</screenshot>
<screenshot type="default">
<image type="source">https://raw.githubusercontent.com/Cubitect/cubiomes-viewer/3.0.1/etc/screenshot_surface-fs8.png</image>
<image type="source">https://raw.githubusercontent.com/Cubitect/cubiomes-viewer/3.1.0/etc/screenshot_surface-fs8.png</image>
</screenshot>
</screenshots>

Expand Down
2 changes: 1 addition & 1 deletion src/aboutdialog.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#define VERS_MAJOR 3
#define VERS_MINOR 1
#define VERS_PATCH -1 // negative patch number designates a development version
#define VERS_PATCH 0 // negative patch number designates a development version

// returns +1 if newer, -1 if older and 0 if equal
inline int cmpVers(int major, int minor, int patch)
Expand Down

0 comments on commit 8fe789f

Please sign in to comment.