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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user