File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636// Version number of last release ("major.minor.patch") or an alpha version, if nonzero
3737#define VEINS_VERSION_MAJOR 5
3838#define VEINS_VERSION_MINOR 3
39- #define VEINS_VERSION_PATCH 0
39+ #define VEINS_VERSION_PATCH 1
4040#define VEINS_VERSION_ALPHA 0
4141
4242// Explicitly check OMNeT++ version number
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ run_lib_paths = []
7070# Add flags for Veins
7171if options .veins :
7272 fname = os .path .join (options .veins , 'print-veins-version' )
73- expect_version = [b'5.3' ]
73+ expect_version = [b'5.3.1 ' ]
7474 try :
7575 info ('Running "%s" to determine Veins version.' % fname )
7676 version = subprocess .check_output (['env' , fname ]).strip ()
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ run_imgs = [os.path.join('images')]
7474# Add flags for Veins
7575if options .veins :
7676 fname = os .path .join (options .veins , 'print-veins-version' )
77- expect_version = [b'5.3' ]
77+ expect_version = [b'5.3.1 ' ]
7878 try :
7979 info ('Running "%s" to determine Veins version.' % fname )
8080 version = subprocess .check_output (['env' , fname ]).strip ()
Original file line number Diff line number Diff line change 2828// Version number of last release ("major.minor.patch") or an alpha version, if nonzero
2929#define VEINS_INET_VERSION_MAJOR 5
3030#define VEINS_INET_VERSION_MINOR 3
31- #define VEINS_INET_VERSION_PATCH 0
31+ #define VEINS_INET_VERSION_PATCH 1
3232#define VEINS_INET_VERSION_ALPHA 0
3333
3434// Explicitly check Veins version number
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ run_imgs = [os.path.join('images')]
7474# Add flags for Veins
7575if options .veins :
7676 fname = os .path .join (options .veins , 'print-veins-version' )
77- expect_version = [b'5.3' ]
77+ expect_version = [b'5.3.1 ' ]
7878 try :
7979 info ('Running "%s" to determine Veins version.' % fname )
8080 version = subprocess .check_output (['env' , fname ]).strip ()
Original file line number Diff line number Diff line change 2828// Version number of last release ("major.minor.patch") or an alpha version, if nonzero
2929#define VEINS_INET_VERSION_MAJOR 5
3030#define VEINS_INET_VERSION_MINOR 3
31- #define VEINS_INET_VERSION_PATCH 0
31+ #define VEINS_INET_VERSION_PATCH 1
3232#define VEINS_INET_VERSION_ALPHA 0
3333
3434// Explicitly check Veins version number
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ run_imgs = [os.path.join('images')]
7272# Add flags for Veins
7373if options .veins :
7474 fname = os .path .join (options .veins , 'print-veins-version' )
75- expect_version = [b'5.3' ]
75+ expect_version = [b'5.3.1 ' ]
7676 try :
7777 info ('Running "%s" to determine Veins version.' % fname )
7878 version = subprocess .check_output (['env' , fname ]).strip ()
You can’t perform that action at this time.
0 commit comments