diff --git a/amxmodx/amxmodx.h b/amxmodx/amxmodx.h
index 39b816f9..580560e0 100755
--- a/amxmodx/amxmodx.h
+++ b/amxmodx/amxmodx.h
@@ -66,7 +66,7 @@
#include "amxxlog.h"
#define AMXXLOG_Log g_log.Log
-#define AMX_VERSION "0.2"
+#define AMX_VERSION "1.0"
extern AMX_NATIVE_INFO core_Natives[];
extern AMX_NATIVE_INFO time_Natives[];
diff --git a/amxmodx/msvc/amxmodx_mm.vcproj b/amxmodx/msvc/amxmodx_mm.vcproj
index 7aae892a..aa1d43bc 100755
--- a/amxmodx/msvc/amxmodx_mm.vcproj
+++ b/amxmodx/msvc/amxmodx_mm.vcproj
@@ -780,6 +780,9 @@
+
+
diff --git a/amxmodx/version.rc b/amxmodx/version.rc
index 74cf9704..8ddcff8a 100755
--- a/amxmodx/version.rc
+++ b/amxmodx/version.rc
@@ -1,8 +1,34 @@
+// Microsoft Visual C++ generated resource script.
+//
+#include "resource.h"
+
+#define APSTUDIO_READONLY_SYMBOLS
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 2 resource.
+//
#include "winres.h"
+/////////////////////////////////////////////////////////////////////////////
+#undef APSTUDIO_READONLY_SYMBOLS
+
+/////////////////////////////////////////////////////////////////////////////
+// English (U.S.) resources
+
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
+#ifdef _WIN32
+LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
+#pragma code_page(1252)
+#endif //_WIN32
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Version
+//
+
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 0,2,0,0
- PRODUCTVERSION 0,2,0,0
+ FILEVERSION 1,0,0,0
+ PRODUCTVERSION 1,0,0,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -13,22 +39,64 @@ VS_VERSION_INFO VERSIONINFO
FILETYPE 0x2L
FILESUBTYPE 0x0L
BEGIN
- BLOCK "StringFileInfo"
- BEGIN
- BLOCK "000004b0"
- BEGIN
- VALUE "Comments", "AMX Mod X\0"
- VALUE "FileDescription", "AMX Mod X\0"
- VALUE "FileVersion", "0.20\0"
- VALUE "InternalName", "amxmodx\0"
- VALUE "LegalCopyright", "Copyright (c) 2004, AMX Mod X Dev Team\0"
- VALUE "OriginalFilename", "amxx_mm.dll\0"
- VALUE "ProductName", "AMX Mod X\0"
- VALUE "ProductVersion", "0.20\0"
- END
- END
- BLOCK "VarFileInfo"
- BEGIN
- VALUE "Translation", 0x0, 1200
- END
-END
\ No newline at end of file
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "000004b0"
+ BEGIN
+ VALUE "Comments", "AMX Mod X"
+ VALUE "FileDescription", "AMX Mod X"
+ VALUE "FileVersion", "1.00"
+ VALUE "InternalName", "amxmodx"
+ VALUE "LegalCopyright", "Copyright (c) 2004, AMX Mod X Dev Team"
+ VALUE "OriginalFilename", "amxx_mm.dll"
+ VALUE "ProductName", "AMX Mod X"
+ VALUE "ProductVersion", "1.00"
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 0x0, 1200
+ END
+END
+
+
+#ifdef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// TEXTINCLUDE
+//
+
+1 TEXTINCLUDE
+BEGIN
+ "resource.h\0"
+END
+
+2 TEXTINCLUDE
+BEGIN
+ "#include ""winres.h""\r\n"
+ "\0"
+END
+
+3 TEXTINCLUDE
+BEGIN
+ "\r\n"
+ "\0"
+END
+
+#endif // APSTUDIO_INVOKED
+
+#endif // English (U.S.) resources
+/////////////////////////////////////////////////////////////////////////////
+
+
+
+#ifndef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 3 resource.
+//
+
+
+/////////////////////////////////////////////////////////////////////////////
+#endif // not APSTUDIO_INVOKED
+
diff --git a/dlls/cstrike/moduleconfig.h b/dlls/cstrike/moduleconfig.h
index c0b6e8b0..057a597e 100755
--- a/dlls/cstrike/moduleconfig.h
+++ b/dlls/cstrike/moduleconfig.h
@@ -5,7 +5,7 @@
// Module info
#define MODULE_NAME "Counter-Strike"
-#define MODULE_VERSION "0.20"
+#define MODULE_VERSION "1.00"
#define MODULE_AUTHOR "AMX Mod X Dev Team"
#define MODULE_URL "http://www.amxmodx.org"
#define MODULE_LOGTAG "CSTRIKE"
diff --git a/dlls/engine/moduleconfig.h b/dlls/engine/moduleconfig.h
index 96ca1151..6c2f1072 100755
--- a/dlls/engine/moduleconfig.h
+++ b/dlls/engine/moduleconfig.h
@@ -5,7 +5,7 @@
// Module info
#define MODULE_NAME "Engine"
-#define MODULE_VERSION "0.20"
+#define MODULE_VERSION "1.00"
#define MODULE_AUTHOR "AMX Mod X Dev Team"
#define MODULE_URL "http://www.amxmodx.org"
#define MODULE_LOGTAG "ENGINE"
diff --git a/dlls/fun/moduleconfig.h b/dlls/fun/moduleconfig.h
index 9ea936dc..faeb10ba 100755
--- a/dlls/fun/moduleconfig.h
+++ b/dlls/fun/moduleconfig.h
@@ -5,7 +5,7 @@
// Module info
#define MODULE_NAME "Fun"
-#define MODULE_VERSION "0.20"
+#define MODULE_VERSION "1.00"
#define MODULE_AUTHOR "AMX Mod X Dev Team"
#define MODULE_URL "http://www.amxmodx.org"
#define MODULE_LOGTAG "FUN"
diff --git a/plugins/include/amxconst.inc b/plugins/include/amxconst.inc
index a3819fad..a7500a61 100755
--- a/plugins/include/amxconst.inc
+++ b/plugins/include/amxconst.inc
@@ -11,8 +11,8 @@
#endif
#define _amxconst_included
-#define AMXX_VERSION 0.2
-stock const AMXX_VERSION_STR[]="0.20"
+#define AMXX_VERSION 1.0
+stock const AMXX_VERSION_STR[]="1.00"
#define ADMIN_ALL 0 /* everyone */
#define ADMIN_IMMUNITY (1<<0) /* flag "a" */