From 9b247af3f6de2c3278e3cafdd09a7d8685e6e0c9 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 1 Jan 2015 11:58:04 -0800 Subject: Always show the full git version in the about screen This way we finally get the right version shown on Mac and Windows. Signed-off-by: Dirk Hohndel --- qt-ui/about.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qt-ui/about.cpp') diff --git a/qt-ui/about.cpp b/qt-ui/about.cpp index 967815337..c6081dfe8 100644 --- a/qt-ui/about.cpp +++ b/qt-ui/about.cpp @@ -15,7 +15,7 @@ SubsurfaceAbout::SubsurfaceAbout(QWidget *parent, Qt::WindowFlags f) : QDialog(p "Multi-platform divelog software
" "" "Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, and others, 2011-2015" - "").arg(VERSION_STRING)); + "").arg(GIT_VERSION_STRING)); QShortcut *close = new QShortcut(QKeySequence(Qt::CTRL + Qt::Key_W), this); connect(close, SIGNAL(activated()), this, SLOT(close())); -- cgit v1.2.3-70-g09d2