From d00658ccb255d243ac011f7b212bf94b35ffef6d Mon Sep 17 00:00:00 2001 From: Blake Harnden <32446120+bharnden@users.noreply.github.com> Date: Fri, 4 Oct 2019 12:47:01 -0700 Subject: [PATCH] updated version to 5.5.1 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a4734b9e..045425c8 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.0) +AC_INIT(core, 5.5.1) # autoconf and automake initialization AC_CONFIG_SRCDIR([netns/version.h.in])