set version to 5.5.0 for release

This commit is contained in:
bharnden 2019-10-03 12:54:56 -07:00
parent 41f7f46988
commit 0bba23da69

View file

@ -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.4.0)
AC_INIT(core, 5.5.0)
# autoconf and automake initialization
AC_CONFIG_SRCDIR([netns/version.h.in])