Added support for VERSION="svn" (in addition to VERSION="SVN").

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8140 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk
2011-03-31 02:30:47 +00:00
parent a7c47ea60b
commit d5f1d8ad04

View File

@@ -492,7 +492,7 @@ bool NetworkHttp::conditionFulfilled(const std::string &cond)
int NetworkHttp::versionToInt(const std::string &version_string)
{
// Special case: SVN
if(version_string=="SVN")
if(version_string=="SVN" || version_string=="svn")
// SVN version will be version 99.99.99i
return 100000*99
+ 1000*99