diff --git a/icons/mystiq.svg b/icons/mystiq.svg new file mode 100644 index 0000000000000000000000000000000000000000..f528f2ed7acd3ece75984a11bdb44b5ee5b30407 --- /dev/null +++ b/icons/mystiq.svg @@ -0,0 +1,85 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/images.qrc b/images.qrc index bdd1388bdf43549d3912fe3b8ecda6b3f8592fc1..7359f5e5dd562173d3ba927a0aef8d80b9b87e12 100644 --- a/images.qrc +++ b/images.qrc @@ -61,6 +61,7 @@ icons/mystiq_256x256.png icons/screenshot1.png icons/screenshot2.png + icons/mystiq.svg icons/list_background.png diff --git a/version.h b/version.h index 5f6009c3e6a2b799e45b25f1ba553dfa2ca009c2..54dfcf83985fc88157f1755125a2c0162da487af 100644 --- a/version.h +++ b/version.h @@ -19,10 +19,10 @@ #define VERSION_H // human-readable version string (VersionName) -#define VERSION_STRING "0.3.2" +#define VERSION_STRING "0.3.3" // machine-readable version id (VersionId) // the update-checker compares versions using this integer -#define VERSION_INTEGER 22 +#define VERSION_INTEGER 033 #endif // VERSION_H