Skip to content

Commit

Permalink
Stable release version 1.0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
RoLex committed Dec 24, 2016
1 parent ada923e commit e7d04ea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Authors:
* RoLex, Alexander Zenkov, webmaster at feardc dot net
* Shurik, Alexandr Zeinalov, shurik at sbin dot ru
* Vovochka, Vladimir Perepechin, vovochka13 at gmail dot com
* Mank, freedcpp at seznam dot cz
* Not forgetting other people who didn't want to be listed here

Contributors:
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ message(STATUS)
SET(VERLIHUB_VERSION_MAJOR 1)
SET(VERLIHUB_VERSION_MINOR 0)
SET(VERLIHUB_VERSION_PATCH 2)
SET(VERLIHUB_VERSION_TWEAK 4)
SET(VERLIHUB_VERSION_TWEAK 5)
SET(VERLIHUB_VERSION "${VERLIHUB_VERSION_MAJOR}.${VERLIHUB_VERSION_MINOR}.${VERLIHUB_VERSION_PATCH}.${VERLIHUB_VERSION_TWEAK}")
#SET(VERLIHUB_SOVERSION "${VERLIHUB_VERSION_MAJOR}.${VERLIHUB_VERSION_MINOR}.${VERLIHUB_VERSION_PATCH}")
SET(PROJECT_NAME "verlihub")
Expand Down
5 changes: 3 additions & 2 deletions src/cdcconsole.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -612,12 +612,13 @@ int cDCConsole::CmdRInfo(istringstream &cmd_line, cConnDC *conn)
os << "\tRoLex, Alexander Zenkov, webmaster at feardc dot net\r\n";
os << "\tShurik, Alexandr Zeinalov, shurik at sbin dot ru\r\n";
os << "\tVovochka, Vladimir Perepechin, vovochka13 at gmail dot com\r\n";
os << "\tMank, freedcpp at seznam dot cz\r\n";
os << "\t" << _("Not forgetting other people who didn't want to be listed here.") << "\r\n\r\n";
os << " " << _("Translators") << "\r\n\r\n";
os << "\tCzech (Uhlik), Italian (netcelli, Stefano, DiegoZ), Russian (plugman, MaxFox, RoLex, KCAHDEP),\r\n";
os << "\tSlovak (uNix), Romanian (WiZaRd, S0RiN), Polish (Zorro, Krzychu), German (Ettore Atalan),\r\n";
os << "\tSlovak (uNix), Romanian (WiZaRd, S0RiN, DANNY05), Polish (Zorro, Krzychu, Frog), German (Ettore Atalan),\r\n";
os << "\tSwedish (RoLex), Bulgarian (Boris Stefanov), Hungarian (Oszkar Ocsenas), Turkish (mauron),\r\n";
os << "\tFrench (@tlantide), Dutch (Modswat)\r\n\r\n";
os << "\tFrench (@tlantide), Dutch (Modswat), Lithuanian (Trumpy)\r\n\r\n";
os << " " << _("Contributors") << "\r\n\r\n";
os << "\tFrog, Eco-Logical, Intruder" << "\r\n\r\n";
os << " " << _("Credits") << "\r\n\r\n";
Expand Down

0 comments on commit e7d04ea

Please sign in to comment.