From 55143cd66eceb8acc29355b1fde475ce55be3f6d Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Thu, 12 Oct 2017 12:33:04 +0300 Subject: [PATCH] Qt4: Add NetHack version to player selection popup --- win/Qt4/qt4plsel.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/win/Qt4/qt4plsel.cpp b/win/Qt4/qt4plsel.cpp index 56b8849bd..ea792f8ab 100644 --- a/win/Qt4/qt4plsel.cpp +++ b/win/Qt4/qt4plsel.cpp @@ -6,6 +6,7 @@ extern "C" { #include "hack.h" +#include "date.h" } #undef Invisible #undef Warning @@ -37,7 +38,7 @@ namespace nethack_qt4 { void centerOnMain( QWidget* w ); // end temporary -static const char nh_attribution[] = "
NetHack" +static const char nh_attribution[] = "
NetHack " VERSION_STRING "" "
by the NetHack DevTeam
"; class NhPSListViewItem : public QTableWidgetItem {