diff --git a/README.md b/README.md index c22698b..dc3d5bc 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,8 @@ QTblEditor ========== just another Diablo II .tbl file editor -http://d2mods.info/forum/viewtopic.php?f=7&t=57015 \ No newline at end of file +http://d2mods.info/forum/viewtopic.php?f=7&t=57015 + +The project can be built with [Qt](https://www.qt.io/) 4 and later, code conforms to C++03 standard. + +Visual Studio project can be used to build with Qt 5 and later. diff --git a/main.cpp b/main.cpp index 3aeb786..6cd8783 100644 --- a/main.cpp +++ b/main.cpp @@ -9,7 +9,7 @@ int main(int argc, char *argv[]) QApplication app(argc, argv); app.setOrganizationName("kambala"); app.setApplicationName("QTblEditor"); - app.setApplicationVersion("1.4"); + app.setApplicationVersion("1.5"); #ifdef Q_OS_MAC app.setAttribute(Qt::AA_DontShowIconsInMenus); #endif