version.h
author insilmaril
Fri, 02 Oct 2009 14:31:03 +0000
changeset 803 338ebdc9b947
parent 802 f076fdec767d
child 804 14f2b1b15242
permissions -rw-r--r--
Re-added support for Bugzilla URL and fixed missing autocolor of new branch
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@802
    10
#define __VYM_BUILD_DATE "2009-10-02"
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