summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2020-01-14 14:21:57 +0100
committerDonald Sharp <sharpd@cumulusnetworks.com>2020-01-14 14:21:57 +0100
commit26c4ab2f4373266d7e446360b0aaeca9529c5301 (patch)
treeccc15c755d860e3a66c42de665710389e6520242
parentMerge pull request #5663 from donaldsharp/nhg_topotests_fixes (diff)
downloadfrr-26c4ab2f4373266d7e446360b0aaeca9529c5301.tar.xz
frr-26c4ab2f4373266d7e446360b0aaeca9529c5301.zip
*: Modify version number of buildfrr-7.4-dev
With the pull of the 7.3 stabilization branch, update the version number we will auto generate. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
-rwxr-xr-xconfigure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0694e3ed2..0057d627b 100755
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@
##
AC_PREREQ([2.60])
-AC_INIT([frr], [7.3-dev], [https://github.com/frrouting/frr/issues])
+AC_INIT([frr], [7.4-dev], [https://github.com/frrouting/frr/issues])
PACKAGE_URL="https://frrouting.org/"
AC_SUBST([PACKAGE_URL])
PACKAGE_FULLNAME="FRRouting"