[8128] Typos in typos fix [8120].

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
Thyros 2009-07-05 21:08:10 +04:00 committed by VladimirMangos
parent 572c6d99a7
commit de974e5537
2 changed files with 3 additions and 3 deletions

View file

@ -21,7 +21,7 @@ SUBDIRS = dep doc sql src
## Additional files to include when running 'make dist'
# Win32 project workspace for Visual Studio .NET 2005
EXTRA_DIST += \
EXTRA_DIST = \
win/mangosdVC80.sln \
win/VC80/framework.vcproj \
win/VC80/game.vcproj \
@ -43,7 +43,7 @@ EXTRA_DIST += \
win/VC90/g3dlite.vcproj
# Win32 project workspace for Visual Studio .NET 2010
EXTRA_DIST = \
EXTRA_DIST += \
win/mangosdVC100.sln \
win/VC100/framework.vcxproj \
win/VC100/game.vcxproj \

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8127"
#define REVISION_NR "8128"
#endif // __REVISION_NR_H__