updated versioning to 5.2
This commit is contained in:
parent
90f95c633f
commit
3fb8ae0439
6 changed files with 8 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
||||||
# Process this file with autoconf to produce a configure script.
|
# Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
# this defines the CORE version number, must be static for AC_INIT
|
# this defines the CORE version number, must be static for AC_INIT
|
||||||
AC_INIT(core, 5.1, core-dev@nrl.navy.mil)
|
AC_INIT(core, 5.2, core-dev@nrl.navy.mil)
|
||||||
|
|
||||||
# autoconf and automake initialization
|
# autoconf and automake initialization
|
||||||
AC_CONFIG_SRCDIR([netns/version.h.in])
|
AC_CONFIG_SRCDIR([netns/version.h.in])
|
||||||
|
@ -66,7 +66,7 @@ AC_PROG_SED
|
||||||
|
|
||||||
want_python=no
|
want_python=no
|
||||||
want_linux_netns=no
|
want_linux_netns=no
|
||||||
if test "x$enable_daemon" = "xyes"; then
|
if test "x$enable_daemon" = "xyes"; then
|
||||||
want_python=yes
|
want_python=yes
|
||||||
want_linux_netns=yes
|
want_linux_netns=yes
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"root": {
|
"root": {
|
||||||
"level": "DEBUG",
|
"level": "INFO",
|
||||||
"handlers": ["console"]
|
"handlers": ["console"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -39,7 +39,7 @@ data_files.extend(recursive_files(_EXAMPLES_DIR, "examples"))
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="core",
|
name="core",
|
||||||
version="5.1",
|
version="5.2",
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"enum34",
|
"enum34",
|
||||||
|
|
|
@ -29,7 +29,7 @@ vcmd = Extension(
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="core-netns",
|
name="core-netns",
|
||||||
version="5.1",
|
version="5.2",
|
||||||
description="Extension modules to support virtual nodes using Linux network namespaces",
|
description="Extension modules to support virtual nodes using Linux network namespaces",
|
||||||
scripts=["vcmd", "vnoded", "netns"],
|
scripts=["vcmd", "vnoded", "netns"],
|
||||||
ext_modules=[
|
ext_modules=[
|
||||||
|
|
|
@ -6,7 +6,7 @@ _EXAMPLES_DIR = "share/corens3/examples"
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="core-ns3",
|
name="core-ns3",
|
||||||
version="5.1",
|
version="5.2",
|
||||||
packages=[
|
packages=[
|
||||||
"corens3",
|
"corens3",
|
||||||
],
|
],
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
# branch name for the sonar analysis
|
# branch name for the sonar analysis
|
||||||
sonar.branch.name=5.1_shell_cleanup
|
sonar.branch.name=rel/5.2
|
||||||
sonar.branch.target=master
|
sonar.branch.target=master
|
||||||
|
|
||||||
# required metadata
|
# required metadata
|
||||||
sonar.projectKey=CORE
|
sonar.projectKey=CORE
|
||||||
sonar.projectName=CORE
|
sonar.projectName=CORE
|
||||||
sonar.projectVersion=5.1
|
sonar.projectVersion=5.2
|
||||||
|
|
||||||
# define modules
|
# define modules
|
||||||
sonar.modules=daemon,ns3,netns
|
sonar.modules=daemon,ns3,netns
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue