naughty: return correct awesome version via dbus

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Leon Winter 2008-12-17 17:50:44 +01:00 committed by Julien Danjou
parent e8502a268f
commit fa41e0d395
1 changed files with 1 additions and 1 deletions

View File

@ -439,7 +439,7 @@ elseif data.member == "CloseNotification" then
end
elseif data.member == "GetServerInfo" or data.member == "GetServerInformation" then
-- name of notification app, name of project, version of notification app, project version
return "s", "naughty", "s", "awesome", "s", "1337", "s", "1337"
return "s", "naughty", "s", "awesome", "s", AWESOME_VERSION, "s", "1337"
end
end)