install: bumping version to 8.1.0 for next release

This commit is contained in:
Blake Harnden 2022-02-10 16:17:22 -08:00
parent a1e9fc02fd
commit e80d22096c
2 changed files with 2 additions and 2 deletions

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

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "core"
version = "8.0.0"
version = "8.1.0"
description = "CORE Common Open Research Emulator"
authors = ["Boeing Research and Technology"]
license = "BSD-2-Clause"