Ticket #203 (closed enhancement: fixed)

Opened 14 months ago

Last modified 4 weeks ago

add some reference to the svn revision used into the client

Reported by: maci Owned by: jdolan
Priority: minor Component: quake2world
Keywords: Cc:

Description

probably very useful

Change History

follow-up: ↓ 2   Changed 14 months ago by maci

could include stuff like build time and architecture as well

const char * BuildDate? = DATE " " TIME;

sth like that should work

in reply to: ↑ 1   Changed 14 months ago by maci

const char * n2n_sw_buildDate = __DATE__ " " __TIME__;

  Changed 8 months ago by jdolan

This could be simply appended to the bottom of Com_Init or something:

Com_Print("Quake2World %s %s initialized\n", __DATE__, __TIME__);

  Changed 4 weeks ago by maci

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.