updated versions to 5.1
This commit is contained in:
parent
7dff4f3987
commit
14312db02d
4 changed files with 4 additions and 4 deletions
|
@ -12,7 +12,7 @@
|
|||
#
|
||||
# this defines the CORE version number, must be static for AC_INIT
|
||||
#
|
||||
AC_INIT(core, m4_esyscmd_s([./revision.sh 5.0]), core-dev@nrl.navy.mil)
|
||||
AC_INIT(core, m4_esyscmd_s([./revision.sh 5.1]), core-dev@nrl.navy.mil)
|
||||
VERSION=$PACKAGE_VERSION
|
||||
CORE_VERSION=$PACKAGE_VERSION
|
||||
CORE_VERSION_DATE=m4_esyscmd_s([./revision.sh -d])
|
||||
|
|
|
@ -51,7 +51,7 @@ class CustomInstall(install):
|
|||
|
||||
setup(
|
||||
name="core",
|
||||
version="5.0",
|
||||
version="5.1",
|
||||
packages=find_packages(),
|
||||
install_requires=[
|
||||
"enum34",
|
||||
|
|
|
@ -46,7 +46,7 @@ vcmd = Extension(
|
|||
|
||||
setup(
|
||||
name="core-netns",
|
||||
version="1.0",
|
||||
version="5.1",
|
||||
description="Extension modules to support virtual nodes using Linux network namespaces",
|
||||
scripts=["vcmd", "vnoded", "netns"],
|
||||
ext_modules=[
|
||||
|
|
|
@ -2,7 +2,7 @@ from setuptools import setup
|
|||
|
||||
setup(
|
||||
name="core-ns3",
|
||||
version="5.0",
|
||||
version="5.1",
|
||||
packages=[
|
||||
"corens3",
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue