]> git.proxmox.com Git - mirror_frr.git/commitdiff
*: Modify version number of build
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 14 Jan 2020 13:21:57 +0000 (08:21 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 14 Jan 2020 13:21:57 +0000 (08:21 -0500)
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>
configure.ac

index 0694e3ed2c1d2306c649197e61189538a08c5f3d..0057d627bbfb0330d7b254c179d6c9bb050e3dd9 100755 (executable)
@@ -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"