X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=main.cpp;h=1beec9d5fef606fab4ee634a3d055336149802ef;hb=24b4b61b13c6e6b6fba9f71d95eeffc16d296750;hp=dab223c896de41b885f3b6ca759740efeb3f583f;hpb=dc84f85f79d52ecf39e032289306ee97adf5e083;p=chessclock diff --git a/main.cpp b/main.cpp index dab223c..1beec9d 100644 --- a/main.cpp +++ b/main.cpp @@ -23,7 +23,7 @@ /*! @mainpage Chess Clock @author Arto Hyvättinen - @version 0.1.0 + @version 0.9 Chess Clock @@ -42,7 +42,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - +@todo Game log */ @@ -54,7 +54,9 @@ int main(int argc, char *argv[]) { QApplication a(argc, argv); a.setApplicationName( a.tr("Chess Clock","Application name") ); - a.setApplicationVersion("0.1.0"); + a.setOrganizationName("Chess Clock"); + a.setOrganizationDomain("chessclock.garage.maemo.org"); + a.setApplicationVersion("1.0.0"); ChessClockWindow w;