]> git.siccegge.de Git - frida/frida.git/commitdiff
Actually set frida version
authorChristoph Egger <christoph@christoph-egger.org>
Tue, 2 Jun 2015 19:18:41 +0000 (21:18 +0200)
committerChristoph Egger <christoph@christoph-egger.org>
Tue, 2 Jun 2015 19:18:41 +0000 (21:18 +0200)
src/main.cxx

index b4b4ba80f6af5559d9606594eeb3d55b7921d78e..9e25c20597b8f9df0ae5cdb81b9e063d3ae6341d 100644 (file)
@@ -35,7 +35,7 @@ int main(int argc, char** argv)
 #endif
 
        QApplication::setApplicationName("frida");
 #endif
 
        QApplication::setApplicationName("frida");
-       QApplication::setApplicationVersion("0.0");
+       QApplication::setApplicationVersion("0.2+");
        QApplication::addLibraryPath(CONFIG_LIBDIR "/frida/plugins/Interpreter");
        qRegisterMetaType<QVector<int> >("QVector<int>");
 #ifdef ARGPARSE
        QApplication::addLibraryPath(CONFIG_LIBDIR "/frida/plugins/Interpreter");
        qRegisterMetaType<QVector<int> >("QVector<int>");
 #ifdef ARGPARSE