Hour glass default time 0'0''30
[chessclock] / main.cpp
index b54e0f9..f31be17 100644 (file)
--- a/main.cpp
+++ b/main.cpp
@@ -23,7 +23,6 @@
 /*! @mainpage Chess Clock
 
   @author Arto Hyvättinen
-  @version 0.1.0
 
 
     Chess Clock
@@ -42,7 +41,7 @@
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     GNU General Public License for more details.
 
-
+@todo Game log
 
   */
 
@@ -56,7 +55,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("0.2.0");
 
     ChessClockWindow w;