diff --git a/Makefile.am b/Makefile.am index f26fa667f..767eda776 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 \ diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index ac3c12355..12c079eea 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 "8127" + #define REVISION_NR "8128" #endif // __REVISION_NR_H__