Projet

Général

Profil

Paste
Statistiques
| Branche: | Révision:

root / version.h @ a469d718

Historique | Voir | Annoter | Télécharger (754 octets)

1
#ifndef VERSION_H
2
#define VERSION_H
3

    
4
#define VER_FILEVERSION             0,1,0,0
5
#define VER_FILEVERSION_STR         "0.1.0\0"
6

    
7
#define VER_PRODUCTVERSION          0,1,0,0
8
#define VER_PRODUCTVERSION_STR      "0.1.0\0"
9

    
10
#define VER_COMPANYNAME_STR         "entreprise"
11
#define VER_FILEDESCRIPTION_STR     "AbulEdu -- ryxeo-antivirus"
12
#define VER_INTERNALNAME_STR        "ryxeo-antivirus"
13
#define VER_LEGALCOPYRIGHT_STR      "Copyright (c) 2013"
14
#define VER_LEGALTRADEMARKS1_STR    "All Rights Reserved"
15
#define VER_LEGALTRADEMARKS2_STR    "License GNU/GPL v3"
16
#define VER_ORIGINALFILENAME_STR    "ryxeo-antivirus.exe"
17
#define VER_PRODUCTNAME_STR         "AbulEdu -- ryxeo-antivirus"
18

    
19
#define VER_COMPANYDOMAIN_STR       "abuledu.org"
20

    
21
#endif // VERSION_H
Redmine Appliance - Powered by TurnKey Linux