diff --git a/redis-desktop-manager/forms/demo.ui b/redis-desktop-manager/forms/demo.ui index 706d29653..3aeaf4e95 100644 --- a/redis-desktop-manager/forms/demo.ui +++ b/redis-desktop-manager/forms/demo.ui @@ -520,15 +520,9 @@ aa|bb Either aa or bb. <style>a {color: darkblue; text-decoration: none}</style> <body style="width:100%;"><div style="font-size:20pt; padding-top:10px;"><img style="float:left;" src=":/images/logo.png"/><div style=" font-size:24pt; margin-left: 100px; margin-top:2px; display: inline-block; padding-left:50px;">Redis Desktop Manager</div><div style="margin-left: 100px; display: inline-block; padding-left:53px; font-size: 11px; line-height: 21px"><b>Cross-platform GUI application for managing Redis.</b> <br /><b>Version</b> %VERSION% &nbsp;&nbsp;&nbsp; Developed by - <a href="http://glide.name/?rdm">Igor Malinovskiy</a> </div> -<div style="font-size: 10px">Third Party Libs and Images:<a href="http://qt-project.org/"> QT (GPL License)</a>; <a href="http://libqxt.org/">Qxt (GPL License)</a> , <a href="http://www.libssh2.org">libssh2 (BSD License)</a>, <a href="http://www.carlosprioglio.com/">Redis Logo</a></div> +<div style="font-size: 11px; margin: 10px 0;">Many thanks to <b><a href="http://redisdesktop.com/#contributors">Our amazing contributors</a></b> and <b><a href="http://redisdesktop.com/community">community</a></b> +<div style="font-size: 10px">Third Party Libs and Images:<a href="http://qt-project.org/"> Qt5</a>; <a href="http://libqxt.org/">Qxt</a> , <a href="http://www.libssh2.org">libssh2</a>, <a href="http://code.google.com/p/google-breakpad/">google breakpad</a>, <a href="https://github.com/uglide/QtConsole">QtConsole</a>, <a href="http://www.carlosprioglio.com/">Redis Logo</a></div> -<div style="font-size: 10px;">Thanks to:&nbsp;&nbsp; -<a href="https://github.com/stalker-druid/">Alexander&nbsp;Arshinov</a>, -<a href="https://github.com/loginwashere">Dmitriy&nbsp;Savchenko</a>, -<a href="https://github.com/Dyachenko">Yevgeniy&nbsp;Dyachenko</a>, -<a href="https://github.com/AntonShevchuk">Anton&nbsp;Shevchuk</a>, <br /> -<a href="https://github.com/leonko">Leonid&nbsp;Batizhevsky</a>, -<a href="https://github.com/mrThe">mrThe</a> </div> diff --git a/redis-desktop-manager/version.h b/redis-desktop-manager/version.h index 97e4e567c..80eafb64a 100644 --- a/redis-desktop-manager/version.h +++ b/redis-desktop-manager/version.h @@ -1,3 +1,3 @@ #ifndef RDM_VERSION - #define RDM_VERSION "0.7.0-dev" + #define RDM_VERSION "0.7.0" #endif // !RDM_VERSION