Lots of new internal stuff (breaking protocol):
[quassel.git] / version.inc
1 // Versioning, should be kept current :)
2 // This is included in main.cpp
3
4 { using namespace Global;
5
6   quasselVersion = "0.2.0-alpha4-pre";
7   quasselDate = "2008-03-16";
8   quasselBuild = 641;
9
10   //! Minimum client build number the core needs
11   clientBuildNeeded = 641;
12   clientVersionNeeded = quasselVersion;
13
14   //! Minimum core build number the client needs
15   coreBuildNeeded = 641;
16   coreVersionNeeded = quasselVersion;
17
18 }