diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-10-26 10:20:28 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-10-26 10:20:28 +0100 |
commit | e9812c217921d9b10dcae12a7b6ee02ca99fffd5 (patch) | |
tree | 23e7773901be09694eeceba7fb46d9aa6e448487 /src | |
parent | Get rid (for 0.3 release) of shift + arrows scrolling feature. (diff) | |
download | rekonq-e9812c217921d9b10dcae12a7b6ee02ca99fffd5.tar.xz |
version.h.cmake support
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main.cpp b/src/main.cpp index 71feff37..9d7cc742 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -24,6 +24,9 @@ * ============================================================ */ +// version include +#include "../version.h" + // Local Includes #include "application.h" #include "sessionmanager.h" @@ -38,15 +41,12 @@ static const char description[] = I18N_NOOP("A lightweight Web Browser for KDE based on WebKit"); -static const char version[] = "0.2.72"; - - int main(int argc, char **argv) { KAboutData about("rekonq", 0, ki18n("rekonq"), - version, + REKONQ_VERSION, ki18n(description), KAboutData::License_GPL_V3, ki18n("(C) 2008-2009 Andrea Diamantini"), |