diff --git a/README b/README index 9742cbc9c..fc79a442e 100644 --- a/README +++ b/README @@ -39,7 +39,7 @@ license details. For further information on the MaNGOS project, please visit our project web site at -Documenation on various development related topics can be found in the doc/ +Documentation on various development related topics can be found in the doc/ subdirectory, including Doxygen-generated API documentation. The required SQL files for creating the database backend are included in the diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 2fe92e788..d4998999f 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 "9123" + #define REVISION_NR "9124" #endif // __REVISION_NR_H__