diff options
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | misc/bird.spec | 2 | ||||
-rw-r--r-- | sysdep/config.h | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ - BIRD Internet Routing Daemon 1.0.11 + BIRD Internet Routing Daemon (c) 1998--2008 Martin Mares <mj@ucw.cz> (c) 1998--2000 Pavel Machek <pavel@ucw.cz> diff --git a/misc/bird.spec b/misc/bird.spec index 6572cd2..5ad0936 100644 --- a/misc/bird.spec +++ b/misc/bird.spec @@ -1,6 +1,6 @@ Summary: BIRD Internet Routing Daemon Name: bird -Version: 1.0.8 +Version: 1.0.15 Release: 1 Copyright: GPL Group: Networking/Daemons diff --git a/sysdep/config.h b/sysdep/config.h index 4e07793..47d175b 100644 --- a/sysdep/config.h +++ b/sysdep/config.h @@ -7,7 +7,7 @@ #define _BIRD_CONFIG_H_ /* BIRD version */ -#define BIRD_VERSION "1.0.14" +#define BIRD_VERSION "1.0.15" /* Include parameters determined by configure script */ #include "sysdep/autoconf.h" |