X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=main.cpp;h=1beec9d5fef606fab4ee634a3d055336149802ef;hb=6e19ed2103d7494b00e0cfec81f4bedd7d583d72;hp=b54e0f98edd5723fe3a57c2016005cfa6f32329a;hpb=ba3a771506c5a43c9f93d99930537215400f75e6;p=chessclock diff --git a/main.cpp b/main.cpp index b54e0f9..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 */ @@ -56,7 +56,7 @@ int main(int argc, char *argv[]) a.setApplicationName( a.tr("Chess Clock","Application name") ); a.setOrganizationName("Chess Clock"); a.setOrganizationDomain("chessclock.garage.maemo.org"); - a.setApplicationVersion("0.1.0"); + a.setApplicationVersion("1.0.0"); ChessClockWindow w;