From 619c7deba1ef78ca5151a9cacf450b64fa076716 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 13 Sep 2005 18:20:53 +0000 Subject: [PATCH] Bumped version to 1.1 --HG-- extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40105 --- sourcemm/ISmmAPI.h | 6 ++++++ sourcemm/sample_mm/sample_mm.vcproj | 3 ++- sourcemm/sourcemm.h | 2 +- sourcemm/sourcemm.vcproj | 10 ++++++++++ sourcemm/version.rc | 8 ++++---- 5 files changed, 23 insertions(+), 6 deletions(-) diff --git a/sourcemm/ISmmAPI.h b/sourcemm/ISmmAPI.h index 41cd191..2656886 100644 --- a/sourcemm/ISmmAPI.h +++ b/sourcemm/ISmmAPI.h @@ -22,6 +22,12 @@ #include #include "IPluginManager.h" +#if defined __GNUC__ +#if ((__GNUC__ == 3) && (__GNUC_MINOR__ < 4)) || (__GNUC__ < 3) +#error "You must compile with at least GCC 3.4! If you know what you are doing, you can remove this message." +#endif //version check +#endif //__GNUC__ + class ISmmPluginManager; class ISmmPlugin; diff --git a/sourcemm/sample_mm/sample_mm.vcproj b/sourcemm/sample_mm/sample_mm.vcproj index 058fdb0..7e55f69 100644 --- a/sourcemm/sample_mm/sample_mm.vcproj +++ b/sourcemm/sample_mm/sample_mm.vcproj @@ -4,6 +4,7 @@ Version="7.10" Name="sample_mm" ProjectGUID="{FAFF34FB-FE14-47B5-81BD-70D237392FB2}" + RootNamespace="sample_mm" Keyword="Win32Proj"> + + + + + + diff --git a/sourcemm/version.rc b/sourcemm/version.rc index bd26dac..5053173 100755 --- a/sourcemm/version.rc +++ b/sourcemm/version.rc @@ -27,8 +27,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,0,0,4 - PRODUCTVERSION 1,0,0,4 + FILEVERSION 1,1,0,0 + PRODUCTVERSION 1,1,0,0 FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L @@ -45,12 +45,12 @@ BEGIN BEGIN VALUE "Comments", "Metamod: Source" VALUE "FileDescription", "Metamod: Source" - VALUE "FileVersion", "1.00" + VALUE "FileVersion", "1.10" VALUE "InternalName", "sourcemm" VALUE "LegalCopyright", "Copyright (c) 2004-2005, Metamod: Source Development Team" VALUE "OriginalFilename", "server.dll" VALUE "ProductName", "Metamod: Source" - VALUE "ProductVersion", "1.00" + VALUE "ProductVersion", "1.10" END END BLOCK "VarFileInfo"