version.h
author insilmaril
Mon, 30 Oct 2006 12:39:37 +0000
changeset 395 7ced3733ba60
parent 394 67cfa6e6b863
child 398 d42881c25fb6
permissions -rw-r--r--
Spanish doc is found, if LANG is set. Fixed wrong position of floatimages
     1 #ifndef VERSION_H 
     2 #define VERSION_H
     3 
     4 #include <QString>
     5 
     6 #define __VYM "VYM"
     7 #define __VYM_VERSION "1.8.58"
     8 #define __BUILD_DATE "October 25, 2006"
     9 
    10 
    11 bool checkVersion(const QString &);
    12 
    13 #endif