Skip to content

Commit

Permalink
- upgrade version number to 0.1.3 and set release date (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke1410 committed Sep 3, 2019
1 parent 2a5ecab commit 79311f3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions Source/include/slikenet/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* of patent rights can be found in the RakNet Patents.txt file in the same directory.
*
*
* Modified work: Copyright (c) 2017-2018, SLikeSoft UG (haftungsbeschränkt)
* Modified work: Copyright (c) 2017-2019, SLikeSoft UG (haftungsbeschränkt)
*
* This source code was modified by SLikeSoft. Modifications are licensed under the MIT-style
* license found in the license.txt file in the root directory of this source tree.
Expand All @@ -20,10 +20,10 @@
#define RAKNET_VERSION_NUMBER_INT 4082
#define RAKNET_DATE "7/26/2017"

#define SLIKENET_VERSION "0.1.2"
#define SLIKENET_VERSION_NUMBER 0.1.2
#define SLIKENET_VERSION_NUMBER_INT 000102
#define SLIKENET_DATE "05/06/2018"
#define SLIKENET_VERSION "0.1.3"
#define SLIKENET_VERSION_NUMBER 0.1.3
#define SLIKENET_VERSION_NUMBER_INT 000103
#define SLIKENET_DATE "23/08/2019"

// What compatible protocol version RakNet is using. When this value changes, it indicates this version of RakNet cannot connection to an older version.
// ID_INCOMPATIBLE_PROTOCOL_VERSION will be returned on connection attempt in this case
Expand Down
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Building:
* removed unnecessary shipped SWIG include file "arrays_csharp.i" (#224)
* countless of other related improvements/changes (too many to list here) (#157)

version 0.1.3 (xx-xx-xxxx xx:xx UTC)
version 0.1.3 (23-08-2019 21:00 UTC)
*** This release resolves 1 user reported issue (1 completely)
General:
* several smaller changes, fixes, and code cleanup (#236, #238, #269)
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SLikeNet™ 0.1.2
SLikeNet™ 0.1.3
===============
Copyright © 2016-2018 SLikeSoft™ UG (haftungsbeschränkt)
Copyright © 2016-2019 SLikeSoft™ UG (haftungsbeschränkt)

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

0 comments on commit 79311f3

Please sign in to comment.