mirror of https://github.com/stella-emu/stella.git
Final header changes, and bumped version #.
This commit is contained in:
parent
e0de7613e5
commit
4228093638
|
@ -18,7 +18,7 @@
|
||||||
#ifndef VERSION_HXX
|
#ifndef VERSION_HXX
|
||||||
#define VERSION_HXX
|
#define VERSION_HXX
|
||||||
|
|
||||||
#define STELLA_VERSION "5.0.3_pre"
|
#define STELLA_VERSION "5.1_a1"
|
||||||
#define STELLA_BUILD "3535"
|
#define STELLA_BUILD "3826"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -34,8 +34,6 @@
|
||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
#include <sstream>
|
|
||||||
|
|
||||||
#ifndef MAXPATHLEN // No MAXPATHLEN, as happens on Hurd
|
#ifndef MAXPATHLEN // No MAXPATHLEN, as happens on Hurd
|
||||||
#define MAXPATHLEN 1024
|
#define MAXPATHLEN 1024
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue