File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
<a href =" https://github.com/aligungr/UERANSIM " ><img src =" /.github/logo.png " width =" 75 " title =" UERANSIM " ></a >
3
3
</p >
4
4
<p align =" center " >
5
- <img src =" https://img.shields.io/badge/UERANSIM-v3.1.3 -blue " />
5
+ <img src =" https://img.shields.io/badge/UERANSIM-v3.1.4 -blue " />
6
6
<img src =" https://img.shields.io/badge/3GPP-R15-orange " />
7
7
<img src =" https://img.shields.io/badge/License-GPL--3.0-green " />
8
8
</p >
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ struct cons
15
15
// Version information
16
16
static constexpr const uint8_t Major = 3 ;
17
17
static constexpr const uint8_t Minor = 1 ;
18
- static constexpr const uint8_t Patch = 3 ;
18
+ static constexpr const uint8_t Patch = 4 ;
19
19
static constexpr const char *Project = " UERANSIM" ;
20
- static constexpr const char *Tag = " v3.1.3 " ;
21
- static constexpr const char *Name = " UERANSIM v3.1.3 " ;
20
+ static constexpr const char *Tag = " v3.1.4 " ;
21
+ static constexpr const char *Name = " UERANSIM v3.1.4 " ;
22
22
static constexpr const char *Owner = " ALİ GÜNGÖR" ;
23
23
24
24
// Some port values
You can’t perform that action at this time.
0 commit comments