]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Updated the version number to not include dash (breaks RPM)
authorMaria Matejka <mq@ucw.cz>
Tue, 18 Apr 2023 08:11:07 +0000 (10:11 +0200)
committerMaria Matejka <mq@ucw.cz>
Tue, 18 Apr 2023 08:11:07 +0000 (10:11 +0200)
NEWS
misc/bird.spec
sysdep/config.h

diff --git a/NEWS b/NEWS
index e95a6afd21a8ec897995535eccb9b0c961b00a97..7aaab32e22748daa6fb883489a20931f9d72fb3f 100644 (file)
--- a/NEWS
+++ b/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 Configurable number of threads
   o Asynchronous route export
index c6b946363254b02cf67dc4855c57c8cf1852695e..d013d85c90a304c4daa4af691284c9321aa6d9eb 100644 (file)
@@ -1,6 +1,6 @@
 Summary: BIRD Internet Routing Daemon
 Name: bird
-Version: 3.0-alpha1
+Version: 3.0alpha1
 Release: 1
 Copyright: GPL
 Group: Networking/Daemons
index 928f1f83f986224cd42c4a9811e006b1223e1d6d..ec66a353d0422d6d876f337b776e072d8dcfed52 100644 (file)
@@ -13,7 +13,7 @@
 #ifdef GIT_LABEL
 #define BIRD_VERSION XSTR1(GIT_LABEL)
 #else
-#define BIRD_VERSION "3.0-alpha1"
+#define BIRD_VERSION "3.0alpha1"
 #endif
 
 /* Include parameters determined by configure script */