diff --git a/src/shared/Makefile.am b/src/shared/Makefile.am index 4f5912045..fe77ef9c3 100644 --- a/src/shared/Makefile.am +++ b/src/shared/Makefile.am @@ -48,6 +48,7 @@ libmangosshared_a_SOURCES = \ Util.h \ WorldPacket.h \ revision_nr.h \ + revision_sql.h \ revision.h # Get revision (git or svn) diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index dec3d11cd..5c9fc19b0 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 "8835" + #define REVISION_NR "8836" #endif // __REVISION_NR_H__ diff --git a/win/VC100/shared.vcxproj b/win/VC100/shared.vcxproj index c0e1ef747..97cd0264c 100644 --- a/win/VC100/shared.vcxproj +++ b/win/VC100/shared.vcxproj @@ -497,6 +497,7 @@ + diff --git a/win/VC80/shared.vcproj b/win/VC80/shared.vcproj index 0a7a79081..74c4c1c9b 100644 --- a/win/VC80/shared.vcproj +++ b/win/VC80/shared.vcproj @@ -913,6 +913,10 @@ RelativePath="..\..\src\shared\revision_nr.h" > + + diff --git a/win/VC90/shared.vcproj b/win/VC90/shared.vcproj index 65de0fcdd..9c3b297a8 100644 --- a/win/VC90/shared.vcproj +++ b/win/VC90/shared.vcproj @@ -941,6 +941,10 @@ RelativePath="..\..\src\shared\revision_nr.h" > + +