Commit ae51eb9
authored
TorchBase: add server build number (#598)
Yesterday Keen pushed a security update, the game is still at version 1.205.26
but the server build number increased from 0 to 1 (and client build
number from 0 to 3). The build number is not visible in Torch console
title nor in Torch log, but is visible in the Keen log.
In such situation, to be able to quickly check if a server has the latest
update, it would be useful to show the server build number more prominently.
This change adds it as a final dot in the version string, as is usual,
so the current version will now show as: 1.205.26.11 parent 4c572ae commit ae51eb9
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
311 | 311 | | |
312 | 312 | | |
313 | 313 | | |
| 314 | + | |
314 | 315 | | |
315 | 316 | | |
316 | 317 | | |
317 | | - | |
| 318 | + | |
318 | 319 | | |
319 | 320 | | |
320 | 321 | | |
| |||
327 | 328 | | |
328 | 329 | | |
329 | 330 | | |
330 | | - | |
| 331 | + | |
331 | 332 | | |
332 | 333 | | |
333 | 334 | | |
| |||
0 commit comments