Skip to content

Commit

Permalink
Documentation updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ConstantRobotics committed May 22, 2024
1 parent dfc2946 commit 482470e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
![udp_socket_web_logo](_static/udp_socket_web_logo.png)
![udp_socket_web_logo](./static/udp_socket_web_logo.png)



# **UdpSocket C++ library**

**v3.1.1**
**v3.1.2**



Expand Down Expand Up @@ -47,6 +47,7 @@
| 3.0.1 | 13.05.2023 | - Fixed send data to external address. |
| 3.1.0 | 27.08.2023 | - License added.<br />- Repository made public. |
| 3.1.1 | 26.03.2024 | - Documentation updated. |
| 3.1.2 | 22.05.2024 | - Documentation updated. |



Expand Down Expand Up @@ -119,7 +120,7 @@ std::cout << "UdpSocket version: " << cr::clib::UdpSocket::getVersion() << std::
Console output:

```bash
UdpSocket version: 3.1.1
UdpSocket version: 3.1.2
```


Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.13)
## LIBRARY-PROJECT
## name and version
################################################################################
project(UdpSocket VERSION 3.1.1 LANGUAGES CXX)
project(UdpSocket VERSION 3.1.2 LANGUAGES CXX)



Expand Down
4 changes: 2 additions & 2 deletions src/UdpSocketVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

#define UDP_SOCKET_MAJOR_VERSION 3
#define UDP_SOCKET_MINOR_VERSION 1
#define UDP_SOCKET_PATCH_VERSION 1
#define UDP_SOCKET_PATCH_VERSION 2

#define UDP_SOCKET_VERSION "3.1.1"
#define UDP_SOCKET_VERSION "3.1.2"
File renamed without changes

0 comments on commit 482470e

Please sign in to comment.