diff options
author | Ondrej Filip <feela@network.cz> | 2000-09-04 00:18:40 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-09-04 00:18:40 +0200 |
commit | fdb19982020abeddf2d9eb73efae92ae2cc58d93 (patch) | |
tree | 4c837c9252bb1d3324c0a4005cd600d3081c7810 /sysdep | |
parent | f02e4258b9bb7f823ddfbfb88284c868502b1433 (diff) | |
download | bird-fdb19982020abeddf2d9eb73efae92ae2cc58d93.tar bird-fdb19982020abeddf2d9eb73efae92ae2cc58d93.zip |
Serious bug in ext lsa origination found. Going for 1.0.4.
Diffstat (limited to 'sysdep')
-rw-r--r-- | sysdep/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdep/config.h b/sysdep/config.h index 0ebf1fb..7ca6c8c 100644 --- a/sysdep/config.h +++ b/sysdep/config.h @@ -7,7 +7,7 @@ #define _BIRD_CONFIG_H_ /* BIRD version */ -#define BIRD_VERSION "1.0.3" +#define BIRD_VERSION "1.0.4" /* Include parameters determined by configure script */ #include "sysdep/autoconf.h" |