소스 검색

Increased DB_VERSION, since the path fix can influence db contents

Stefan Schmidt 5 년 전
부모
커밋
434e1c2175
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      code_boost/src/cxx/statistics_db.h

+ 1 - 1
code_boost/src/cxx/statistics_db.h

@@ -22,7 +22,7 @@ public:
     /*
      * Database version: Increment number on every change in the C++ code!
      */
-    static const int DB_VERSION = 11;
+    static const int DB_VERSION = 12;
 
     /*
      * Methods for writing values into database