Commit 78a27d3b authored by aligungr's avatar aligungr

Release of v3.2.0

parent d998b2ce
......@@ -2,7 +2,7 @@
<a href="https://github.com/aligungr/UERANSIM"><img src="/.github/logo.png" width="75" title="UERANSIM"></a>
</p>
<p align="center">
<img src="https://img.shields.io/badge/UERANSIM-v3.1.9-blue" />
<img src="https://img.shields.io/badge/UERANSIM-v3.2.0-blue" />
<img src="https://img.shields.io/badge/3GPP-R15-orange" />
<img src="https://img.shields.io/badge/License-GPL--3.0-green"/>
</p>
......
......@@ -14,11 +14,11 @@ struct cons
{
// Version information
static constexpr const uint8_t Major = 3;
static constexpr const uint8_t Minor = 1;
static constexpr const uint8_t Patch = 9;
static constexpr const uint8_t Minor = 2;
static constexpr const uint8_t Patch = 0;
static constexpr const char *Project = "UERANSIM";
static constexpr const char *Tag = "v3.1.9";
static constexpr const char *Name = "UERANSIM v3.1.9";
static constexpr const char *Tag = "v3.2.0";
static constexpr const char *Name = "UERANSIM v3.2.0";
static constexpr const char *Owner = "ALİ GÜNGÖR";
// Some port values
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment