svn_version.iss

来自「linux subdivision ying gai ke yi le ba」· ISS 代码 · 共 11 行

ISS
11
字号
; This is where the Inno Setup compiler know where to find the version info for
; a new version of the distribution.
; Copy this file to the same place as svn.iss and edit it's content according
; to the version of svn you want to distribute. Another alternative is to run
; mk_distro and set the version info from there.
; This file is ignored by the Subversion repository when it resides in
; "packages\win32-innosetup".
#define svn_version "X.XX.X"
#define svn_pretxtrelease "XX"
#define svn_release "XXXX"

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?