mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Inject SVN revision into executable's version infos last segment (4.0.0.[r]). Don't modify main.pas any longer, just version.rc by a new console app.
This commit is contained in:
@ -961,7 +961,7 @@ begin
|
||||
WideFormat('# %-30s%s', ['Database:', DBObj.Database]) + CRLF +
|
||||
WideFormat('# %-30s%s', ['Server version:', Mainform.Connection.ServerVersionUntouched]) + CRLF +
|
||||
WideFormat('# %-30s%s', ['Server OS:', Mainform.Connection.GetVar('SHOW VARIABLES LIKE ' + esc('version_compile_os'), 1)]) + CRLF +
|
||||
WideFormat('# %-30s%s', [APPNAME + ' version:', FullAppVersion]) + CRLF +
|
||||
WideFormat('# %-30s%s', [APPNAME + ' version:', AppVersion]) + CRLF +
|
||||
WideFormat('# %-30s%s', ['Date/time:', DateTimeToStr(Now)]) + CRLF +
|
||||
'# --------------------------------------------------------' + CRLF + CRLF +
|
||||
'/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;' + CRLF +
|
||||
|
Reference in New Issue
Block a user