diff options
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 4699b4f7..08526c87 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" |