Skip to content

Commit

Permalink
4.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrezm committed Sep 12, 2022
1 parent d8f20e3 commit 56b20e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@
* Fixed clients sending legitimate split packets being abnormally disconnected
* Fixed character list reloads crashing when someone is in server select

### (4.3.5)
### 220912a (4.3.5)
* Added client version and server version consistently to printed server error messages
* Added support for loading custom background lists without changing `config/backgrounds.yaml` via the `config/background_lists` folder and commands
- /bg_list
Expand Down
4 changes: 2 additions & 2 deletions server/tsuserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ def __init__(self, protocol: AOProtocol = None,
self.release = 4
self.major_version = 3
self.minor_version = 5
self.segment_version = 'RC2'
self.internal_version = 'm220912b'
self.segment_version = ''
self.internal_version = '220912a'
version_string = self.get_version_string()
self.software = 'TsuserverDR {}'.format(version_string)
self.version = 'TsuserverDR {} ({})'.format(version_string, self.internal_version)
Expand Down

0 comments on commit 56b20e0

Please sign in to comment.