From c48b33292b6d39cdacd642565907c0d5b90adc68 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Sat, 9 Jun 2001 15:13:38 +0000 Subject: [PATCH] Yes, 1.0.5 released. --- misc/bird.spec | 4 ++-- sysdep/config.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/misc/bird.spec b/misc/bird.spec index ea5efd96..f307988e 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 7ca6c8c1..cba9fb6c 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"