version.h
author insilmaril
Wed, 10 Jan 2007 13:26:12 +0000
changeset 420 b7447adddc9a
parent 417 1cc7bbf75f0b
child 423 7019762f8701
permissions -rw-r--r--
Fixed relinking of floats undo/redo
     1 #ifndef VERSION_H 
     2 #define VERSION_H
     3 
     4 #include <QString>
     5 
     6 #define __VYM_NAME "VYM"
     7 #define __VYM_VERSION "1.8.65"
     8 #define __VYM_BUILD_DATE "January 9, 2007"
     9 
    10 
    11 bool checkVersion(const QString &);
    12 
    13 #endif