diff --git a/contrib/extractor/CMakeLists.txt b/contrib/extractor/CMakeLists.txt index b5055c6e8..ef3d47669 100644 --- a/contrib/extractor/CMakeLists.txt +++ b/contrib/extractor/CMakeLists.txt @@ -298,7 +298,6 @@ link_directories( add_subdirectory (loadlib) add_executable (ad dbcfile.cpp System.cpp) -set_target_properties(ad PROPERTIES PUBLIC_HEADER "../../dep/StormLib/src/StormLib.h") target_link_libraries (ad storm loadlib) diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 1a9f7ec9f..af0241261 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 "12688" + #define REVISION_NR "12689" #endif // __REVISION_NR_H__