libretro: Update version string

This commit is contained in:
Rupert Carmichael
2025-03-22 22:55:47 -04:00
parent 855ba403e3
commit b3eb368603

View File

@@ -22,7 +22,7 @@
#include "nstdatabase.hpp"
#define NST_VERSION "1.53.0"
#define NST_VERSION "1.53.1"
#define MIN(a,b) ((a)<(b)?(a):(b))
#define MAX(a,b) ((a)>(b)?(a):(b))