mirror of
https://github.com/libretro/nestopia.git
synced 2025-10-18 17:24:30 +08:00
libretro: Update version string
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
#include "nstdatabase.hpp"
|
#include "nstdatabase.hpp"
|
||||||
|
|
||||||
#define NST_VERSION "1.53.0"
|
#define NST_VERSION "1.53.1"
|
||||||
|
|
||||||
#define MIN(a,b) ((a)<(b)?(a):(b))
|
#define MIN(a,b) ((a)<(b)?(a):(b))
|
||||||
#define MAX(a,b) ((a)>(b)?(a):(b))
|
#define MAX(a,b) ((a)>(b)?(a):(b))
|
||||||
|
Reference in New Issue
Block a user