diff --git a/src/mangosd/Main.cpp b/src/mangosd/Main.cpp index 24c372b4e..a662dd56d 100644 --- a/src/mangosd/Main.cpp +++ b/src/mangosd/Main.cpp @@ -163,7 +163,7 @@ extern int main(int argc, char **argv) sLog.outDetail("%s (Library: %s)", OPENSSL_VERSION_TEXT, SSLeay_version(SSLEAY_VERSION)); if (SSLeay() < 0x009080bfL ) { - sLog.outDetail("WARNING: Outdated version of OpenSSL lib. Logins to server impossible!"); + sLog.outDetail("WARNING: Outdated version of OpenSSL lib. Logins to server may not work!"); sLog.outDetail("WARNING: Minimal required version [OpenSSL 0.9.8k]"); } diff --git a/src/realmd/Main.cpp b/src/realmd/Main.cpp index c1be328c9..38ea7f515 100644 --- a/src/realmd/Main.cpp +++ b/src/realmd/Main.cpp @@ -167,7 +167,7 @@ extern int main(int argc, char **argv) sLog.outDetail("%s (Library: %s)", OPENSSL_VERSION_TEXT, SSLeay_version(SSLEAY_VERSION)); if (SSLeay() < 0x009080bfL ) { - sLog.outDetail("WARNING: Outdated version of OpenSSL lib. Logins to server impossible!"); + sLog.outDetail("WARNING: Outdated version of OpenSSL lib. Logins to server may not work!"); sLog.outDetail("WARNING: Minimal required version [OpenSSL 0.9.8k]"); } diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index a0d0213ef..89c537650 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "8838" + #define REVISION_NR "8839" #endif // __REVISION_NR_H__