summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaria Matejka <mq@ucw.cz>2023-04-18 10:11:07 +0200
committerMaria Matejka <mq@ucw.cz>2023-04-18 10:11:07 +0200
commit67fe3d096d57760af5f412240aaf79d63f5bbb44 (patch)
tree3a36c35ddd9efbc2c13f44ad0dc57eec827e4b57
parent9f0ef3045d2a0b0eafaa7a01c8c1b53b256b3d05 (diff)
Updated the version number to not include dash (breaks RPM)
-rw-r--r--NEWS2
-rw-r--r--misc/bird.spec2
-rw-r--r--sysdep/config.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index e95a6afd..7aaab32e 100644
--- 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
diff --git a/misc/bird.spec b/misc/bird.spec
index c6b94636..d013d85c 100644
--- a/misc/bird.spec
+++ b/misc/bird.spec
@@ -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
diff --git a/sysdep/config.h b/sysdep/config.h
index 928f1f83..ec66a353 100644
--- a/sysdep/config.h
+++ b/sysdep/config.h
@@ -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 */