KDE: use up-to-date version number in appinfo

Use the VERSION define instead of hard-coding 1.0.
This commit is contained in:
Patrick Ohly 2012-03-09 13:06:34 +00:00
parent 7d7f5a81e4
commit edd3b18771
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ void KDEInitMainSlot(const char *appname)
// A displayable program name string.
ki18n("SyncEvolution"),
// The program version string.
"1.0",
VERSION,
// Short description of what the app does.
ki18n("Lets Akonadi synchronize with a SyncML Peer"),
// The license this code is released under