diff --git a/source/SkyXEngine.h b/source/SkyXEngine.h
index 1c3d84e23ad805fca712b992b251f9cb6d07c319..df6cd4ddd8f95bd8d91156eec1ab553041651b12 100644
--- a/source/SkyXEngine.h
+++ b/source/SkyXEngine.h
@@ -292,7 +292,7 @@ QT стиль документирования (!) и QT_AUTOBRIEF - корот
 #ifndef __SKYXENGINE_H
 #define __SKYXENGINE_H
 
-#define SKYXENGINE_VERSION "X.9.3-dev"
+#define SKYXENGINE_VERSION "X.9.3"
 
 #define SKYXENGINE_VERSION4EDITORS "SkyXEngine version " ## SKYXENGINE_VERSION
 
diff --git a/source/xWindow/Window.cpp b/source/xWindow/Window.cpp
index a30aa319184f57244f59a54e0675ba7daff04186..51c6965e350009d5a0c7083a4b2dc7805bf43c33 100644
--- a/source/xWindow/Window.cpp
+++ b/source/xWindow/Window.cpp
@@ -20,7 +20,7 @@ struct ACCENTPOLICY
 	int AnimationId;
 };
 
-// typedef BOOL (*WINAPI FNPTRSetWindowCompositionAttribute)(HWND hwnd, WINCOMPATTRDATA* pAttrData);
+// typedef BOOL (WINAPI *FNPTRSetWindowCompositionAttribute)(HWND hwnd, WINCOMPATTRDATA* pAttrData);
 
 static LRESULT CALLBACK WndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam)
 {