Skip to content

Commit fda32ed

Browse files
committed
Release of v3.1.4
1 parent 4d79049 commit fda32ed

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<a href="https://github.com/aligungr/UERANSIM"><img src="/.github/logo.png" width="75" title="UERANSIM"></a>
33
</p>
44
<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" />
66
<img src="https://img.shields.io/badge/3GPP-R15-orange" />
77
<img src="https://img.shields.io/badge/License-GPL--3.0-green"/>
88
</p>

src/utils/constants.hpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ struct cons
1515
// Version information
1616
static constexpr const uint8_t Major = 3;
1717
static constexpr const uint8_t Minor = 1;
18-
static constexpr const uint8_t Patch = 3;
18+
static constexpr const uint8_t Patch = 4;
1919
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";
2222
static constexpr const char *Owner = "ALİ GÜNGÖR";
2323

2424
// Some port values

0 commit comments

Comments
 (0)