summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/Gui/Makefile.am3
-rw-r--r--src/Gui/ccgui.glade1
2 files changed, 4 insertions, 0 deletions
diff --git a/src/Gui/Makefile.am b/src/Gui/Makefile.am
index 04f1292..15df057 100644
--- a/src/Gui/Makefile.am
+++ b/src/Gui/Makefile.am
@@ -30,3 +30,6 @@ install-exec-hook:
sed 's:/usr/share:$(datadir):g' -i $(DESTDIR)$(bindir)/$$b || exit $$?; \
sed 's:VERSION:@VERSION@:g' -i $(DESTDIR)$(bindir)/$$b || exit $$?; \
done
+
+install-data-hook:
+ sed 's:@VER@:$(VERSION):g' -i $(DESTDIR)$(pkgdatadir)/ccgui.glade || exit $$?
diff --git a/src/Gui/ccgui.glade b/src/Gui/ccgui.glade
index 21d6bfe..38bd3d1 100644
--- a/src/Gui/ccgui.glade
+++ b/src/Gui/ccgui.glade
@@ -11,6 +11,7 @@
<property name="type_hint">dialog</property>
<property name="has_separator">False</property>
<property name="program_name">ABRT</property>
+ <property name="version">@VER@</property>
<property name="copyright" translatable="yes">(C) 2009 Red Hat, Inc.
(C) 2010 Red Hat, Inc.</property>
<property name="website">http://fedorahosted.org/abrt/</property>