From c5b4d7c4fab0e2b23f78d2e4f90a7ebc512db596 Mon Sep 17 00:00:00 2001 From: Christoph Sommer Date: Mon, 6 Dec 2021 17:36:58 +0100 Subject: [PATCH] bump versions to 5.2 --- src/veins/veins.h | 2 +- subprojects/veins_catch/configure | 2 +- subprojects/veins_inet/configure | 2 +- subprojects/veins_inet/src/veins_inet/veins_inet.h | 4 ++-- subprojects/veins_inet3/configure | 2 +- subprojects/veins_inet3/src/veins_inet/veins_inet.h | 4 ++-- subprojects/veins_testsims/configure | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/veins/veins.h b/src/veins/veins.h index 1325b55d9..d841415d3 100644 --- a/src/veins/veins.h +++ b/src/veins/veins.h @@ -35,7 +35,7 @@ // Version number of last release ("major.minor.patch") or an alpha version, if nonzero #define VEINS_VERSION_MAJOR 5 -#define VEINS_VERSION_MINOR 1 +#define VEINS_VERSION_MINOR 2 #define VEINS_VERSION_PATCH 0 #define VEINS_VERSION_ALPHA 0 diff --git a/subprojects/veins_catch/configure b/subprojects/veins_catch/configure index ed4304c0d..4a720bd0b 100755 --- a/subprojects/veins_catch/configure +++ b/subprojects/veins_catch/configure @@ -70,7 +70,7 @@ run_lib_paths = [] # Add flags for Veins if options.veins: fname = os.path.join(options.veins, 'print-veins-version') - expect_version = [b'5.1'] + expect_version = [b'5.2'] try: info('Running "%s" to determine Veins version.' % fname) version = subprocess.check_output(['env', fname]).strip() diff --git a/subprojects/veins_inet/configure b/subprojects/veins_inet/configure index 758327b2c..a7cbcff69 100755 --- a/subprojects/veins_inet/configure +++ b/subprojects/veins_inet/configure @@ -74,7 +74,7 @@ run_imgs = [os.path.join('images')] # Add flags for Veins if options.veins: fname = os.path.join(options.veins, 'print-veins-version') - expect_version = [b'5.1'] + expect_version = [b'5.2'] try: info('Running "%s" to determine Veins version.' % fname) version = subprocess.check_output(['env', fname]).strip() diff --git a/subprojects/veins_inet/src/veins_inet/veins_inet.h b/subprojects/veins_inet/src/veins_inet/veins_inet.h index 756209469..f2fcbcfc4 100644 --- a/subprojects/veins_inet/src/veins_inet/veins_inet.h +++ b/subprojects/veins_inet/src/veins_inet/veins_inet.h @@ -26,8 +26,8 @@ #include "inet/common/INETDefs.h" // Version number of last release ("major.minor.patch") or an alpha version, if nonzero -#define VEINS_INET_VERSION_MAJOR 4 -#define VEINS_INET_VERSION_MINOR 0 +#define VEINS_INET_VERSION_MAJOR 5 +#define VEINS_INET_VERSION_MINOR 2 #define VEINS_INET_VERSION_PATCH 0 #define VEINS_INET_VERSION_ALPHA 0 diff --git a/subprojects/veins_inet3/configure b/subprojects/veins_inet3/configure index b7952563b..c6982d4b4 100755 --- a/subprojects/veins_inet3/configure +++ b/subprojects/veins_inet3/configure @@ -74,7 +74,7 @@ run_imgs = [os.path.join('images')] # Add flags for Veins if options.veins: fname = os.path.join(options.veins, 'print-veins-version') - expect_version = [b'5.1'] + expect_version = [b'5.2'] try: info('Running "%s" to determine Veins version.' % fname) version = subprocess.check_output(['env', fname]).strip() diff --git a/subprojects/veins_inet3/src/veins_inet/veins_inet.h b/subprojects/veins_inet3/src/veins_inet/veins_inet.h index 44c3e36c3..39a2ad0de 100644 --- a/subprojects/veins_inet3/src/veins_inet/veins_inet.h +++ b/subprojects/veins_inet3/src/veins_inet/veins_inet.h @@ -26,8 +26,8 @@ #include "inet/common/INETDefs.h" // Version number of last release ("major.minor.patch") or an alpha version, if nonzero -#define VEINS_INET_VERSION_MAJOR 3 -#define VEINS_INET_VERSION_MINOR 0 +#define VEINS_INET_VERSION_MAJOR 5 +#define VEINS_INET_VERSION_MINOR 2 #define VEINS_INET_VERSION_PATCH 0 #define VEINS_INET_VERSION_ALPHA 0 diff --git a/subprojects/veins_testsims/configure b/subprojects/veins_testsims/configure index 7a21f486f..b3532d81c 100755 --- a/subprojects/veins_testsims/configure +++ b/subprojects/veins_testsims/configure @@ -72,7 +72,7 @@ run_imgs = [os.path.join('images')] # Add flags for Veins if options.veins: fname = os.path.join(options.veins, 'print-veins-version') - expect_version = [b'5.1'] + expect_version = [b'5.2'] try: info('Running "%s" to determine Veins version.' % fname) version = subprocess.check_output(['env', fname]).strip()