version.h
author insilmaril
Mon, 20 Nov 2006 12:12:00 +0000
changeset 403 7c3ee77f4449
parent 401 f364b13047ba
child 404 53efc2562a7d
permissions -rw-r--r--
historywindow moved to mainwindow. Started to get rid of Q3PtrList finally
     1 #ifndef VERSION_H 
     2 #define VERSION_H
     3 
     4 #include <QString>
     5 
     6 #define __VYM "VYM"
     7 #define __VYM_VERSION "1.8.59"
     8 #define __BUILD_DATE "November 16, 2006"
     9 
    10 
    11 bool checkVersion(const QString &);
    12 
    13 #endif