Projet

Général

Profil

Paste
Statistiques
| Branche: | Révision:

ryxeo-webphotoalbum-git / version.h @ 8ed8fc1a

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

1
#ifndef VERSION_H
2
#define VERSION_H
3

    
4
#define VER_FILEVERSION             0,9,9,0
5
#define VER_FILEVERSION_STR         "0.9.9\0"
6

    
7
#define VER_PRODUCTVERSION          0,9,9,0
8
#define VER_PRODUCTVERSION_STR      "0.9.9\0"
9

    
10
#define VER_COMPANYNAME_STR         "RyXeo SARL"
11
#define VER_FILEDESCRIPTION_STR     "RyXéo -- WebPhotoAlbum"
12
#define VER_INTERNALNAME_STR        "ryxeo-webphotoalbum"
13
#define VER_LEGALCOPYRIGHT_STR      "Copyright (c) 2012 RyXeo SARL"
14
#define VER_LEGALTRADEMARKS1_STR    "All Rights Reserved"
15
#define VER_LEGALTRADEMARKS2_STR    "License GNU/GPL v3"
16
#define VER_ORIGINALFILENAME_STR    "ryxeo-webphotoalbum.exe"
17
#define VER_PRODUCTNAME_STR         "RyXéo -- WebPhotoAlbum"
18

    
19
#define VER_COMPANYDOMAIN_STR       "ryxeo.com"
20

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