version.h
author insilmaril
Thu, 08 Nov 2007 15:28:03 +0000
changeset 617 7ee5bf3647d3
parent 615 497f19b3c1fe
child 620 24bfecc949a0
permissions -rw-r--r--
1.11.2 split up of xml helper functions. started to work on attributes
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@615
     7
#define __VYM_VERSION "1.11.1"
insilmaril@602
     8
//#define __VYM_CODENAME "Codename: 1.10.0-RC-3"
insilmaril@602
     9
#define __VYM_CODENAME "Codename: development version"
insilmaril@615
    10
#define __VYM_BUILD_DATE "2007-11-06"
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