From: Christoph Egger Date: Thu, 5 Mar 2015 13:25:12 +0000 (+0100) Subject: Set Version X-Git-Tag: v0.1~72 X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=commitdiff_plain;h=80d9020590b9756ed614b0fbf877b7ddce6d64d3;ds=sidebyside Set Version --- diff --git a/src/main.cxx b/src/main.cxx index b24bb5b..8c0916c 100644 --- a/src/main.cxx +++ b/src/main.cxx @@ -31,6 +31,7 @@ int main(int argc, char** argv) #endif QApplication::setApplicationName("frida"); + QApplication::setApplicationVersion("0.0"); #ifdef ARGPARSE parser.addHelpOption(); parser.addVersionOption();