No changes, just use "@since 3.0" consistently in the documentation.

This was the only place where "@since 3.0.0" was used, replace it with just
"3.0" for consistency with all the others.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74878 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2013-09-30 23:48:34 +00:00
parent 1a59aa4046
commit f80ecb8953

View File

@ -100,7 +100,7 @@ public:
@param method
HTTP method name, e.g. "GET".
@since 3.0.0
@since 3.0
@see SetPostBuffer(), SetPostText()
*/