Changed version number from 'svn' to 'git'.
This commit is contained in:
@@ -696,10 +696,10 @@ namespace StringUtils
|
||||
*/
|
||||
int versionToInt(const std::string &version_string)
|
||||
{
|
||||
// Special case: SVN
|
||||
if(version_string=="SVN" || version_string=="svn")
|
||||
// Special case: GIT
|
||||
if(version_string=="GIT" || version_string=="git")
|
||||
{
|
||||
// SVN version will be version 99.99.99i-rcJ
|
||||
// GIT version will be version 99.99.99i-rcJ
|
||||
return 1000000*99
|
||||
+ 10000*99
|
||||
+ 100*99
|
||||
|
||||
Reference in New Issue
Block a user