diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2020-01-14 08:21:57 -0500 | 
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2020-01-14 08:21:57 -0500 | 
| commit | 26c4ab2f4373266d7e446360b0aaeca9529c5301 (patch) | |
| tree | ccc15c755d860e3a66c42de665710389e6520242 | |
| parent | 4112bfee9f6abf8832d1f8cf9a7e4df9b29ef764 (diff) | |
*: 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-x | configure.ac | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0694e3ed2c..0057d627bb 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"  | 
