From: Manuel Nickschas Date: Sun, 30 Mar 2008 22:25:35 +0000 (+0000) Subject: Updated version.inc to reflect the tagging of alpha4. X-Git-Tag: 0.2.0-alpha5~45 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=2d227985c7ddbc43dc4844daf92c80c04a3d010c Updated version.inc to reflect the tagging of alpha4. --- diff --git a/version.inc b/version.inc index fdbab3c0..d913b46f 100644 --- a/version.inc +++ b/version.inc @@ -3,9 +3,9 @@ { using namespace Global; - quasselVersion = "0.2.0-alpha4-pre"; - quasselDate = "2008-03-30"; - quasselBuild = 668; + quasselVersion = "0.2.0-alpha4"; + quasselDate = "2008-03-31"; + quasselBuild = 673; //! Minimum client build number the core needs clientBuildNeeded = 642;