mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-03-15 11:17:45 +01:00
9 lines
197 B
C
9 lines
197 B
C
#ifndef CONFIG_H
|
|
#define CONFIG_H
|
|
|
|
#define APP_NAME "GPXSee"
|
|
#define APP_HOMEPAGE "http://tumic.wz.cz/gpxsee"
|
|
#define APP_VERSION "0.1"
|
|
|
|
#endif /* CONFIG_H */
|