Skip to content

Commit

Permalink
Some preparations for 4.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kovzol committed Oct 20, 2024
1 parent a119bc0 commit c85269e
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 deletions.
8 changes: 7 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This cmake configuration file is based on the work by Werner Volken <[email protected]>

# To create a native build of XaoS on Linux:
# To create a native build of XaoS on Linux (no WebAssembly build is currently supported via cmake yet):
#
# * download a recent Qt SDK (at least Qt 6.2.4 is recommended),
#
Expand Down Expand Up @@ -65,6 +65,12 @@
#
# on the cmake command line to enable the driver.

# Notes if you use Qt Creator to build XaoS via cmake:
#
# * You may get an error like 'No CMake configuration for build type "Debug" found.'
# This is not the real error. Instead, you need to have a look at the Issues window
# and learn what the problem is. Maybe some package is not found by cmake.
# In particular, you may need to have libcups2-dev on your system already installed.

###########################################################################

Expand Down
2 changes: 1 addition & 1 deletion installer/config/config.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Installer>
<Name>XaoS</Name>
<Version>4.3.2</Version>
<Version>4.3.3</Version>
<Title>XaoS</Title>
<Publisher>XaoS Project</Publisher>
<StartMenuDir>XaoS</StartMenuDir>
Expand Down
4 changes: 2 additions & 2 deletions installer/packages/net.sourceforge.xaos/meta/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<Package>
<DisplayName>XaoS</DisplayName>
<Description>Real-time interactive fractal zoomer</Description>
<Version>4.3.2</Version>
<ReleaseDate>2024-01-17</ReleaseDate>
<Version>4.3.3</Version>
<ReleaseDate>2024-10-28</ReleaseDate>
<Licenses>
<License name="GNU General Public License v2.0" file="license.txt" />
</Licenses>
Expand Down
2 changes: 1 addition & 1 deletion src/include/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define CONFIG_H

// XaoS release
#define XaoS_VERSION "4.3.2"
#define XaoS_VERSION "4.3.3"

// URLs
#define HELP_URL "https://github.com/xaos-project/XaoS/wiki"
Expand Down
6 changes: 6 additions & 0 deletions xdg/xaos.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@
<launchable type="desktop-id">io.github.xaos_project.XaoS.desktop</launchable>

<releases>
<release version="4.3.3" date="2024-10-28">
<description>
<p>New fractal type (clock) by prrt714.</p>
<p>New outcoloring mode smoothlog by iaoesch.</p>
</description>
<url>https://github.com/xaos-project/XaoS/releases/tag/release-4.3.2</url>
<release version="4.3.2" date="2024-01-07">
<description>
<p>Turkish translation, contributed by Selen Galiç, Zuhal Ünan, Veysel Yıldız and Emine Nur Ünveren Bilgiç.</p>
Expand Down

0 comments on commit c85269e

Please sign in to comment.