mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-09-07 11:51:38 +02:00
8 lines
159 B
Plaintext
8 lines
159 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.1"
|
|
#endif
|