aboutsummaryrefslogtreecommitdiff
path: root/src/forms/aboutdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/forms/aboutdialog.cpp')
-rw-r--r--src/forms/aboutdialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/forms/aboutdialog.cpp b/src/forms/aboutdialog.cpp
index e5dfc7d..93ee86b 100644
--- a/src/forms/aboutdialog.cpp
+++ b/src/forms/aboutdialog.cpp
@@ -24,8 +24,8 @@ constexpr const char *getCompiler()
inline const QString getLongVersion()
{
-#ifdef GIT_DESCRIBE
- return QString(GIT_DESCRIBE);
+#ifdef SMOLBOTE_DESCRIBE
+ return QString(SMOLBOTE_DESCRIBE);
#else
return qApp->applicationVersion();
#endif