diff --git a/resources/text/CHANGELOG b/resources/text/CHANGELOG
index 3d63415e0..7cea31cea 100755
--- a/resources/text/CHANGELOG
+++ b/resources/text/CHANGELOG
@@ -1,3 +1,9 @@
+3.3.1
+—————
+
+Changed:
+▪ Changed couple of icons. (bug #12)
+
3.3.0
—————
diff --git a/resources/text/UPDATES b/resources/text/UPDATES
index d98930214..9981da2ca 100644
--- a/resources/text/UPDATES
+++ b/resources/text/UPDATES
@@ -1,6 +1,6 @@
-
+
https://github.com/martinrotter/rssguard/releases/download/3.3.0/rssguard-3.3.0-win32.zip
diff --git a/rssguard.pro b/rssguard.pro
index 86a48835e..ec99b4d6c 100755
--- a/rssguard.pro
+++ b/rssguard.pro
@@ -69,7 +69,7 @@ APP_LOW_NAME = "rssguard"
APP_LOW_H_NAME = ".rssguard"
APP_AUTHOR = "Martin Rotter"
APP_COPYRIGHT = "(C) 2011-2016 $$APP_AUTHOR"
-APP_VERSION = "3.3.0"
+APP_VERSION = "3.3.1"
APP_LONG_NAME = "$$APP_NAME $$APP_VERSION"
APP_EMAIL = "rotter.martinos@gmail.com"
APP_URL = "https://github.com/martinrotter/rssguard"
@@ -107,7 +107,7 @@ DEFINES += APP_LOW_H_NAME=\"$$APP_LOW_H_NAME\"
DEFINES += APP_LONG_NAME=\"$$APP_LONG_NAME\"
DEFINES += APP_AUTHOR=\"$$APP_AUTHOR\"
DEFINES += APP_EMAIL=\"$$APP_EMAIL\"
-DEFINES += APP_URL=\"$$APP_URL\"
+DEFINES += APP_URL='"\\\"$$APP_URL\\\""'
DEFINES += APP_URL_ISSUES=\"$$APP_URL_ISSUES\"
DEFINES += APP_URL_ISSUES_NEW_GITHUB=\"$$APP_URL_ISSUES_NEW_GITHUB\"
DEFINES += APP_URL_ISSUES_NEW_BITBUCKET=\"$$APP_URL_ISSUES_NEW_BITBUCKET\"
diff --git a/src/definitions/definitions.h b/src/definitions/definitions.h
index 5e3199b31..04b3aa52c 100755
--- a/src/definitions/definitions.h
+++ b/src/definitions/definitions.h
@@ -21,7 +21,7 @@
#include
#define _STR(x) #x
-#define STRFY(x) _STR(x)
+#define STRFY(x) _STR(x)
#define SERVICE_CODE_STD_RSS "std-rss"
#define SERVICE_CODE_TT_RSS "tt-rss"
diff --git a/src/gui/dialogs/formabout.cpp b/src/gui/dialogs/formabout.cpp
index 9d7d754e9..492ad1c45 100755
--- a/src/gui/dialogs/formabout.cpp
+++ b/src/gui/dialogs/formabout.cpp
@@ -119,7 +119,7 @@ void FormAbout::loadLicenseAndInformation() {
"%2 ~website"
"You can obtain source code for %5 from its website."
"
Copyright (C) 2011-%3 %4