forked from eiskaltdcpp/eiskaltdcpp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVersion.h.in
20 lines (16 loc) · 898 Bytes
/
Version.h.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 3 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
#ifndef VERSION_H
#define VERSION_H
#define APPNAME "@PROJECT_NAME@"
#define VERSIONSTRING "@VERSION@"
#define DCVERSIONSTRING "0.785"
const char * const EISKALTDCPP_VERSION = "@VERSION@";
const char * const EISKALTDCPP_WND_TITLE = "@PROJECT_NAME@";
#endif // VERSION_H