From e92441d7285ad6d381364efdcdf2105b9e18c164 Mon Sep 17 00:00:00 2001 From: Blake Harnden <32446120+bharnden@users.noreply.github.com> Date: Fri, 20 Dec 2019 09:42:43 -0800 Subject: [PATCH] bumped version to 6.0.0 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 5d04356e..43a5815f 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. # this defines the CORE version number, must be static for AC_INIT -AC_INIT(core, 5.5.2) +AC_INIT(core, 6.0.0) # autoconf and automake initialization AC_CONFIG_SRCDIR([netns/version.h.in])