summaryrefslogtreecommitdiff
path: root/include/SDL_version.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/SDL_version.h')
-rw-r--r--include/SDL_version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/SDL_version.h b/include/SDL_version.h
index 66acca99c5..22e0f5ea64 100644
--- a/include/SDL_version.h
+++ b/include/SDL_version.h
@@ -59,7 +59,7 @@ typedef struct SDL_version
*/
#define SDL_MAJOR_VERSION 2
#define SDL_MINOR_VERSION 0
-#define SDL_PATCHLEVEL 1
+#define SDL_PATCHLEVEL 2
/**
* \brief Macro to determine SDL version program was compiled against.