version.h
author insilmaril
Thu, 03 Sep 2009 08:52:00 +0000
changeset 790 133e2ed6b9c5
parent 789 d85834ad8c54
child 791 f1006de05c54
permissions -rw-r--r--
More work on xLinks
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@721
     7
#define __VYM_VERSION "1.13.0"
insilmaril@721
     8
//#define __VYM_CODENAME "Codename: RC-1"
insilmaril@755
     9
#define __VYM_CODENAME "Codename: development version, not for production!"
insilmaril@790
    10
#define __VYM_BUILD_DATE "2009-09-01"
insilmaril@395
    11
insilmaril@395
    12
insilmaril@395
    13
bool checkVersion(const QString &);
insilmaril@566
    14
bool checkVersion(const QString &, const QString &);
insilmaril@0
    15
insilmaril@0
    16
#endif