Skip to content

Commit

Permalink
Merge branch 'master' into jgrpp
Browse files Browse the repository at this point in the history
  • Loading branch information
JGRennison committed May 7, 2024
2 parents 6d4f616 + 88cf990 commit fc4ea24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/network/core/tcp_game.h
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ class NetworkGameSocketHandler : public NetworkTCPSocketHandler {

/**
* Try to join the server:
* string OpenTTD revision (norev000 if no revision).
* string OpenTTD revision (norev0000 if no revision).
* string Name of the client (max NETWORK_NAME_LENGTH).
* uint8_t ID of the company to play as (1..MAX_COMPANIES).
* uint8_t ID of the clients Language.
Expand Down
2 changes: 1 addition & 1 deletion src/rev.cpp.in
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ bool IsReleasedVersion()
* - "<tag>", like "<major>.<minor>.<build>[-RC<rc>]",
* - "<commitdate>-g<shorthash><modified>" in "master",
* - "<commitdate>-<branch>-g<shorthash><modified>" in other branches, or
* - "norev000", if the version is unknown.
* - "norev0000", if the version is unknown.
*
* The major, minor and build are the numbers that describe releases of
* OpenTTD (like 0.5.3). "-RC" is used to flag release candidates.
Expand Down

0 comments on commit fc4ea24

Please sign in to comment.