summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/Bugzilla.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Plugins/Bugzilla.cpp')
-rw-r--r--lib/Plugins/Bugzilla.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Plugins/Bugzilla.cpp b/lib/Plugins/Bugzilla.cpp
index 1e79a665..7ddacf7c 100644
--- a/lib/Plugins/Bugzilla.cpp
+++ b/lib/Plugins/Bugzilla.cpp
@@ -16,7 +16,7 @@
static void create_new_bug_description(const map_crash_report_t& pCrashReport, std::string& pDescription)
{
- pDescription = "abrt detected a crash.\n\n";
+ pDescription = "abrt "VERSION" detected a crash.\n\n";
pDescription += make_description_bz(pCrashReport);
}