From 1e23c2c57622108c8e349319c79578a70c95dc8f Mon Sep 17 00:00:00 2001 From: yad02 Date: Fri, 8 Jan 2010 01:24:00 +0300 Subject: [PATCH] [9124] Fixed typo in README. Signed-off-by: VladimirMangos --- README | 2 +- src/shared/revision_nr.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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__