diff options
-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" |