X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fclientauthhandler.cpp;h=c8ed7359cf63ebea648b9ca01cad6f866a7dd5e2;hp=eeca2cffc8cae998537d7635ef8d03855ceeb353;hb=620cd1aa35e05099b3f84400dd33afc207c98244;hpb=b106c6bd31960a4f70ceb696e9d9dc06a621b9f7 diff --git a/src/client/clientauthhandler.cpp b/src/client/clientauthhandler.cpp index eeca2cff..c8ed7359 100644 --- a/src/client/clientauthhandler.cpp +++ b/src/client/clientauthhandler.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2015 by the Quassel Project * + * Copyright (C) 2005-2016 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -288,7 +288,7 @@ void ClientAuthHandler::startRegistration() useSsl = _account.useSsl(); #endif - _peer->dispatch(RegisterClient(Quassel::buildInfo().fancyVersionString, Quassel::buildInfo().buildDate, useSsl)); + _peer->dispatch(RegisterClient(Quassel::buildInfo().fancyVersionString, Quassel::buildInfo().commitDate, useSsl)); }