8 lines
113 B
C
8 lines
113 B
C
|
#ifndef VERSION_H
|
||
|
#define VERSION_H
|
||
|
#include <QOBJECT>
|
||
|
|
||
|
#define DEVCPP_VERSION "beta.0.8.9"
|
||
|
|
||
|
#endif // VERSION_H
|