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
insilmaril@0
     1
#ifndef VERSION_H 
insilmaril@0
     2
#define VERSION_H
insilmaril@0
     3
insilmaril@395
     4
#include <QString>
insilmaril@395
     5
insilmaril@191
     6
#define __VYM "VYM"
insilmaril@394
     7
#define __VYM_VERSION "1.8.58"
insilmaril@395
     8
#define __BUILD_DATE "October 25, 2006"
insilmaril@395
     9
insilmaril@395
    10
insilmaril@395
    11
bool checkVersion(const QString &);
insilmaril@0
    12
insilmaril@0
    13
#endif