From 42280936388a8d477b3eee7e8ae9694f28afd21f Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Mon, 20 Nov 2017 21:39:06 -0330 Subject: [PATCH] Final header changes, and bumped version #. --- src/common/Version.hxx | 4 ++-- src/unix/FSNodePOSIX.hxx | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/common/Version.hxx b/src/common/Version.hxx index aa3b9ff2e..73b2a6559 100644 --- a/src/common/Version.hxx +++ b/src/common/Version.hxx @@ -18,7 +18,7 @@ #ifndef VERSION_HXX #define VERSION_HXX -#define STELLA_VERSION "5.0.3_pre" -#define STELLA_BUILD "3535" +#define STELLA_VERSION "5.1_a1" +#define STELLA_BUILD "3826" #endif diff --git a/src/unix/FSNodePOSIX.hxx b/src/unix/FSNodePOSIX.hxx index 30e2ff4a7..067b1344a 100644 --- a/src/unix/FSNodePOSIX.hxx +++ b/src/unix/FSNodePOSIX.hxx @@ -34,8 +34,6 @@ #include #include -#include - #ifndef MAXPATHLEN // No MAXPATHLEN, as happens on Hurd #define MAXPATHLEN 1024 #endif