Final header changes, and bumped version #.

This commit is contained in:
Stephen Anthony 2017-11-20 21:39:06 -03:30
parent e0de7613e5
commit 4228093638
2 changed files with 2 additions and 4 deletions

View File

@ -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

View File

@ -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