summaryrefslogtreecommitdiff
path: root/src/netlem.h.in
blob: 6f860002eceb96e905676eda4b054db866faa0e6 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef NETLEM_H
#define NETLEM_H

// the configured options and settings for NetLemmings
#define NetLemmings_VERSION_MAJOR @NetLemmings_VERSION_MAJOR@
#define NetLemmings_VERSION_MINOR @NetLemmings_VERSION_MINOR@

#define WIN_CAPTION "NetLemmings v@NetLemmings_VERSION_MAJOR@.@NetLemmings_VERSION_MINOR@"

#endif /*NETLEM_H*/