X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fgenversion.cpp;h=946e50002cab28f98d35527f7bac403e63a9c2d0;hp=3a552f3d1fd89f2cb3d6a7eda2a2e601cdef64fd;hb=f824db0e31b54969e0b7fa0b5405b1e9173d482c;hpb=480eab8daec4fb56a6886918c6a913cc197330f1 diff --git a/src/common/genversion.cpp b/src/common/genversion.cpp index 3a552f3d..946e5000 100644 --- a/src/common/genversion.cpp +++ b/src/common/genversion.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-08 by the Quassel Project * + * Copyright (C) 2005-09 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -106,7 +106,7 @@ int main(int argc, char **argv) { qFatal("%s", qPrintable(QString("Could not write %1!").arg(target))); return EXIT_FAILURE; } - gen.write(QString("QString buildinfo = \"%1,%2,%3,%4,%5,%6,%7,%8\";") + gen.write(QString("QString buildinfo = \"%1,%2,%3,%4,%5,%6,%7,%8\";\n") .arg(basever, descrver, dirty, committish, commitdate, protover, clientneeds, coreneeds).toAscii()); gen.close(); return EXIT_SUCCESS;