mirror of
https://github.com/libretro/nestopia.git
synced 2025-10-14 10:38:47 +08:00
libretro: Update version string
This commit is contained in:
@@ -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))
|
||||
|
Reference in New Issue
Block a user