bump version to 6.2.0 for next release

This commit is contained in:
Blake Harnden 2020-03-12 23:21:13 -07:00
parent 0e299d5af4
commit 3507b65676

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