0
0
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:
Maria Matejka 2023-04-18 10:11:07 +02:00
parent 9f0ef3045d
commit 67fe3d096d
3 changed files with 3 additions and 3 deletions

2
NEWS
View File

@ -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

View File

@ -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

View File

@ -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 */