version.h
author insilmaril
Thu, 16 Nov 2006 15:20:54 +0000
changeset 402 ae11bca6bbd8
parent 401 f364b13047ba
child 404 53efc2562a7d
permissions -rw-r--r--
added version.cpp
     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