8 lines
163 B
Plaintext
8 lines
163 B
Plaintext
|
|
#ifndef VERSION
|
||
|
|
/*
|
||
|
|
* Edit this definition in version_base.in to define the base version
|
||
|
|
* number for the compiled result.
|
||
|
|
*/
|
||
|
|
#define VERSION "0.9.devel"
|
||
|
|
#endif
|