From 212b8ccb0233862e3d345179b62f1dc1183e4b95 Mon Sep 17 00:00:00 2001 From: bharnden <32446120+bharnden@users.noreply.github.com> Date: Mon, 23 Sep 2019 22:15:20 -0700 Subject: [PATCH] bumping version for release --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 64f291b1..4f774f6d 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.3.1) +AC_INIT(core, 5.4.0) # autoconf and automake initialization AC_CONFIG_SRCDIR([netns/version.h.in])