auto-sync

This commit is contained in:
rusEfi 2015-03-02 19:04:34 -06:00
parent b14919b989
commit 2a217b35dc
5 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@
*
* @date Apr 21, 2014
* @author Dmitry Sidin
* @author Andrey Belomutskiy (c) 2012-2014
* @author Andrey Belomutskiy, (c) 2012-2015
*/
#include "main.h"

View File

@ -4,7 +4,7 @@
*
* @date Apr 21, 2014
* @author Dmitry Sidin
* @author Andrey Belomutskiy (c) 2012-2014
* @author Andrey Belomutskiy, (c) 2012-2015
*/
#ifndef ACC_ENRICHMENT_H_

View File

@ -4,7 +4,7 @@
*
* @date Apr 6, 2014
* @author Dmitry Sidin
* @author Andrey Belomutskiy (c) 2012-2014
* @author Andrey Belomutskiy, (c) 2012-2015
*/
#include "main.h"

View File

@ -4,7 +4,7 @@
*
* @date Apr 6, 2014
* @author Dmitry Sidin
* @author Andrey Belomutskiy (c) 2012-2014
* @author Andrey Belomutskiy, (c) 2012-2015
*
*/
#ifndef ALTERNATORCONTROLLER_H_

View File

@ -276,5 +276,5 @@ int getRusEfiVersion(void) {
return 1; // this is here to make the compiler happy about the unused array
if (UNUSED_CCM_SIZE[0] == 0)
return 1; // this is here to make the compiler happy about the unused array
return 20150301;
return 20150302;
}