Browse Source

Fix version of SDL in the documentation.

Lasse Öörni 12 năm trước cách đây
mục cha
commit
3ac94c3551
2 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 1 1
      Docs/Urho3D.dox
  2. 2 2
      Readme.txt

+ 1 - 1
Docs/Urho3D.dox

@@ -96,7 +96,7 @@ Urho3D uses the following third-party libraries:
 - Open Asset Import Library (http://assimp.sourceforge.net/)
 - pugixml 1.0 (http://pugixml.org/)
 - Recast/Detour (http://code.google.com/p/recastnavigation/)
-- SDL 2.0 (http://www.libsdl.org/)
+- SDL 2.0.0 (http://www.libsdl.org/)
 - StanHull (http://codesuppository.blogspot.com/2006/03/john-ratcliffs-code-suppository-blog.html)
 - stb_image 1.29 (http://nothings.org/)
 - stb_vorbis 0.99996 (http://nothings.org/)

+ 2 - 2
Readme.txt

@@ -67,7 +67,7 @@ Urho3D uses the following third-party libraries:
 - Open Asset Import Library (http://assimp.sourceforge.net/)
 - pugixml 1.0 (http://pugixml.org/)
 - Recast/Detour (http://code.google.com/p/recastnavigation/)
-- SDL 2.0 (http://www.libsdl.org/)
+- SDL 2.0.0 (http://www.libsdl.org/)
 - StanHull (http://codesuppository.blogspot.com/2006/03/
   john-ratcliffs-code-suppository-blog.html)
 - stb_image 1.29 (http://nothings.org/)
@@ -466,4 +466,4 @@ V1.1    - Object and scene model refactoring.
         - Added OpenGL and cross-platform support.
         - Switched to kNet library for networking.
 
-V1.0    - Original release.
+V1.0    - Original release.