diff --git a/src/shared/Database/DBCStores.cpp b/src/shared/Database/DBCStores.cpp index 61278032b..b10d89959 100644 --- a/src/shared/Database/DBCStores.cpp +++ b/src/shared/Database/DBCStores.cpp @@ -190,7 +190,7 @@ void LoadDBCStores(const std::string& dataPath) { std::string dbcPath = dataPath+"dbc/"; - const uint32 DBCFilesCount = 66; + const uint32 DBCFilesCount = 69; barGoLink bar( DBCFilesCount ); diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index a5991c21b..63e6699f2 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "7108" + #define REVISION_NR "7109" #endif // __REVISION_NR_H__