version.h
author insilmaril
Wed Mar 21 11:51:38 2007 +0000 (2007-03-21)
changeset 438 eae9abe70d7c
parent 431 c2ffbc9b832d
child 439 717b20c56358
permissions -rw-r--r--
Slightly improved scripting abilities
insilmaril@0
     1
#ifndef VERSION_H 
insilmaril@0
     2
#define VERSION_H
insilmaril@0
     3
insilmaril@395
     4
#include <QString>
insilmaril@395
     5
insilmaril@404
     6
#define __VYM_NAME "VYM"
insilmaril@432
     7
#define __VYM_VERSION "1.8.69"
insilmaril@432
     8
#define __VYM_BUILD_DATE "March 05, 2007"
insilmaril@395
     9
insilmaril@395
    10
insilmaril@395
    11
bool checkVersion(const QString &);
insilmaril@0
    12
insilmaril@0
    13
#endif