diff --git a/.gitignore b/.gitignore index faa601dd8ad..3f09f30388e 100644 --- a/.gitignore +++ b/.gitignore @@ -109,3 +109,5 @@ dep/ACE_wrappers/ace/config.h !dep/ACE_wrappers/lib/.empty !dep/tbb/src/Makefile +# recastnavigation directory needs exception +!dep/recastnavigation/RecastDemo/Build/ diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 9d8c001ea41..76a5fd3cb82 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 "11905" + #define REVISION_NR "11906" #endif // __REVISION_NR_H__