Skip to content

Commit

Permalink
Better temporary proto version
Browse files Browse the repository at this point in the history
  • Loading branch information
proller committed Aug 7, 2023
1 parent 90efc87 commit f3ef637
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/network/networkprotocol.h
Original file line number Diff line number Diff line change
Expand Up @@ -221,10 +221,10 @@ with this program; if not, write to the Free Software Foundation, Inc.,
*/

// First version with 32bit support
#define PROTOCOL_VERSION_32BIT 43
#define PROTOCOL_VERSION_32BIT 143 // change to actual in future

#if USE_POS32
#define LATEST_PROTOCOL_VERSION 43
#define LATEST_PROTOCOL_VERSION 143 // change to actual in future
#else
#define LATEST_PROTOCOL_VERSION 42
#endif
Expand Down

0 comments on commit f3ef637

Please sign in to comment.