SDL: Sync wiki -> header (319d2)

From 319d2b3e0573240926ee0aab64367e52d4e2d71e Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Thu, 18 Nov 2021 20:29:04 +0000
Subject: [PATCH] Sync wiki -> header

---
 include/SDL_main.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/SDL_main.h b/include/SDL_main.h
index 27f4a18b14..0717d6aeb2 100644
--- a/include/SDL_main.h
+++ b/include/SDL_main.h
@@ -130,7 +130,7 @@ extern SDLMAIN_DECLSPEC int SDL_main(int argc, char *argv[]);
  * will not be changed it is necessary to define SDL_MAIN_HANDLED before
  * including SDL.h.
  *
- * \since This function is available since SDL 2.0.2.
+ * \since This function is available since SDL 2.0.0.
  *
  * \sa SDL_Init
  */
@@ -141,7 +141,7 @@ extern DECLSPEC void SDLCALL SDL_SetMainReady(void);
 /**
  * This can be called to set the application class at startup
  *
- * \since This function is available since SDL 2.0.0.
+ * \since This function is available since SDL 2.0.2.
  */
 extern DECLSPEC int SDLCALL SDL_RegisterApp(const char *name, Uint32 style, void *hInst);
 extern DECLSPEC void SDLCALL SDL_UnregisterApp(void);