diff options
author | Martin Mares <mj@ucw.cz> | 1999-10-31 16:43:44 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-10-31 16:43:44 +0100 |
commit | b9672a845f7ff7d2441e21746566eacc51f274b7 (patch) | |
tree | bb2fad2a4b30083234474698c4ef935c2c0548fc /sysdep/config.h | |
parent | 7d3aab1c1643e8b2bcff7f856e0d4455fa0ba4b4 (diff) | |
download | bird-b9672a845f7ff7d2441e21746566eacc51f274b7.tar bird-b9672a845f7ff7d2441e21746566eacc51f274b7.zip |
The CLI I/O functions work as desired.
Diffstat (limited to 'sysdep/config.h')
-rw-r--r-- | sysdep/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdep/config.h b/sysdep/config.h index 4699b4f..08526c8 100644 --- a/sysdep/config.h +++ b/sysdep/config.h @@ -6,6 +6,9 @@ #ifndef _BIRD_CONFIG_H_ #define _BIRD_CONFIG_H_ +/* BIRD version */ +#define BIRD_VERSION "0.0.0" + /* Include parameters determined by configure script */ #include "sysdep/autoconf.h" |