mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[8128] Typos in typos fix [8120].
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
572c6d99a7
commit
de974e5537
2 changed files with 3 additions and 3 deletions
|
|
@ -21,7 +21,7 @@ SUBDIRS = dep doc sql src
|
||||||
|
|
||||||
## Additional files to include when running 'make dist'
|
## Additional files to include when running 'make dist'
|
||||||
# Win32 project workspace for Visual Studio .NET 2005
|
# Win32 project workspace for Visual Studio .NET 2005
|
||||||
EXTRA_DIST += \
|
EXTRA_DIST = \
|
||||||
win/mangosdVC80.sln \
|
win/mangosdVC80.sln \
|
||||||
win/VC80/framework.vcproj \
|
win/VC80/framework.vcproj \
|
||||||
win/VC80/game.vcproj \
|
win/VC80/game.vcproj \
|
||||||
|
|
@ -43,7 +43,7 @@ EXTRA_DIST += \
|
||||||
win/VC90/g3dlite.vcproj
|
win/VC90/g3dlite.vcproj
|
||||||
|
|
||||||
# Win32 project workspace for Visual Studio .NET 2010
|
# Win32 project workspace for Visual Studio .NET 2010
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST += \
|
||||||
win/mangosdVC100.sln \
|
win/mangosdVC100.sln \
|
||||||
win/VC100/framework.vcxproj \
|
win/VC100/framework.vcxproj \
|
||||||
win/VC100/game.vcxproj \
|
win/VC100/game.vcxproj \
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "8127"
|
#define REVISION_NR "8128"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue