version.h
author insilmaril
Thu, 16 Nov 2006 10:07:11 +0000
changeset 399 190b3a70fabc
parent 398 d42881c25fb6
child 401 f364b13047ba
permissions -rw-r--r--
Version 1.8.59: More fixes in undo/redo area
     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 14, 2006"
     9 
    10 
    11 bool checkVersion(const QString &);
    12 
    13 #endif