diff options
author | Ondrej Filip <feela@network.cz> | 2001-06-09 17:13:38 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2001-06-09 17:13:38 +0200 |
commit | c48b33292b6d39cdacd642565907c0d5b90adc68 (patch) | |
tree | 7283cc1390b903da38f18bb3487ed8d4f9987071 | |
parent | 87c450dffcbcc76270c95b4c923838445cd6816b (diff) | |
download | bird-c48b33292b6d39cdacd642565907c0d5b90adc68.tar bird-c48b33292b6d39cdacd642565907c0d5b90adc68.zip |
Yes, 1.0.5 released.
-rw-r--r-- | misc/bird.spec | 4 | ||||
-rw-r--r-- | sysdep/config.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/misc/bird.spec b/misc/bird.spec index ea5efd9..f307988 100644 --- a/misc/bird.spec +++ b/misc/bird.spec @@ -1,7 +1,7 @@ Summary: BIRD Internet Routing Daemon Name: bird -Version: 1.0.4 -Release: 2 +Version: 1.0.5 +Release: 1 Copyright: GPL Group: Networking/Daemons Source: ftp://bird.network.cz/pub/bird/bird-%{version}.tar.gz diff --git a/sysdep/config.h b/sysdep/config.h index 7ca6c8c..cba9fb6 100644 --- a/sysdep/config.h +++ b/sysdep/config.h @@ -7,7 +7,7 @@ #define _BIRD_CONFIG_H_ /* BIRD version */ -#define BIRD_VERSION "1.0.4" +#define BIRD_VERSION "1.0.5" /* Include parameters determined by configure script */ #include "sysdep/autoconf.h" |