mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 12:18:42 +00:00
Updated the version number to not include dash (breaks RPM)
This commit is contained in:
parent
9f0ef3045d
commit
67fe3d096d
2
NEWS
2
NEWS
@ -1,4 +1,4 @@
|
|||||||
Version 3.0-alpha1 (2023-04-18)
|
Version 3.0alpha1 (2023-04-18)
|
||||||
o Worker threads for BGP, Pipe, RPKI and BFD
|
o Worker threads for BGP, Pipe, RPKI and BFD
|
||||||
o Configurable number of threads
|
o Configurable number of threads
|
||||||
o Asynchronous route export
|
o Asynchronous route export
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: BIRD Internet Routing Daemon
|
Summary: BIRD Internet Routing Daemon
|
||||||
Name: bird
|
Name: bird
|
||||||
Version: 3.0-alpha1
|
Version: 3.0alpha1
|
||||||
Release: 1
|
Release: 1
|
||||||
Copyright: GPL
|
Copyright: GPL
|
||||||
Group: Networking/Daemons
|
Group: Networking/Daemons
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
#ifdef GIT_LABEL
|
#ifdef GIT_LABEL
|
||||||
#define BIRD_VERSION XSTR1(GIT_LABEL)
|
#define BIRD_VERSION XSTR1(GIT_LABEL)
|
||||||
#else
|
#else
|
||||||
#define BIRD_VERSION "3.0-alpha1"
|
#define BIRD_VERSION "3.0alpha1"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Include parameters determined by configure script */
|
/* Include parameters determined by configure script */
|
||||||
|
Loading…
Reference in New Issue
Block a user