iverilog/version_base.in

8 lines
163 B
Plaintext
Raw Normal View History

#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