version.h
author insilmaril
Tue, 10 Apr 2007 13:22:52 +0000
changeset 447 72afe12da1c8
parent 445 0796c5592f00
child 450 beb875135811
permissions -rw-r--r--
1.8.71 Basic support for macros
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@447
     7
#define __VYM_VERSION "1.8.71"
insilmaril@447
     8
#define __VYM_BUILD_DATE "April 10, 2007"
insilmaril@395
     9
insilmaril@395
    10
insilmaril@395
    11
bool checkVersion(const QString &);
insilmaril@0
    12
insilmaril@0
    13
#endif