Skip to content

Commit 79311f3

Browse files
committed
- upgrade version number to 0.1.3 and set release date (#270)
1 parent 2a5ecab commit 79311f3

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Source/include/slikenet/version.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* of patent rights can be found in the RakNet Patents.txt file in the same directory.
88
*
99
*
10-
* Modified work: Copyright (c) 2017-2018, SLikeSoft UG (haftungsbeschränkt)
10+
* Modified work: Copyright (c) 2017-2019, SLikeSoft UG (haftungsbeschränkt)
1111
*
1212
* This source code was modified by SLikeSoft. Modifications are licensed under the MIT-style
1313
* license found in the license.txt file in the root directory of this source tree.
@@ -20,10 +20,10 @@
2020
#define RAKNET_VERSION_NUMBER_INT 4082
2121
#define RAKNET_DATE "7/26/2017"
2222

23-
#define SLIKENET_VERSION "0.1.2"
24-
#define SLIKENET_VERSION_NUMBER 0.1.2
25-
#define SLIKENET_VERSION_NUMBER_INT 000102
26-
#define SLIKENET_DATE "05/06/2018"
23+
#define SLIKENET_VERSION "0.1.3"
24+
#define SLIKENET_VERSION_NUMBER 0.1.3
25+
#define SLIKENET_VERSION_NUMBER_INT 000103
26+
#define SLIKENET_DATE "23/08/2019"
2727

2828
// What compatible protocol version RakNet is using. When this value changes, it indicates this version of RakNet cannot connection to an older version.
2929
// ID_INCOMPATIBLE_PROTOCOL_VERSION will be returned on connection attempt in this case

changelog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Building:
8282
* removed unnecessary shipped SWIG include file "arrays_csharp.i" (#224)
8383
* countless of other related improvements/changes (too many to list here) (#157)
8484

85-
version 0.1.3 (xx-xx-xxxx xx:xx UTC)
85+
version 0.1.3 (23-08-2019 21:00 UTC)
8686
*** This release resolves 1 user reported issue (1 completely)
8787
General:
8888
* several smaller changes, fixes, and code cleanup (#236, #238, #269)

readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
SLikeNet™ 0.1.2
1+
SLikeNet™ 0.1.3
22
===============
3-
Copyright © 2016-2018 SLikeSoft™ UG (haftungsbeschränkt)
3+
Copyright © 2016-2019 SLikeSoft™ UG (haftungsbeschränkt)
44

55
Part of the documentation in this readme file was taken from RakNet 4.082
66
readme files. These sections are marked with [partially copied from RakNet].

0 commit comments

Comments
 (0)