mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 03:02:35 +01:00
installer: update for the three digit version
git-svn-id: https://subtitleedit.googlecode.com/svn/trunk@736 99eadd0c-20b8-1223-b5c4-2a2b2df33de2
This commit is contained in:
parent
1444906a0c
commit
75b3fcba3f
@ -45,8 +45,8 @@
|
||||
#define app_version str(VerMajor) + "." + str(VerMinor) + "." + str(VerBuild) + "." + str(VerRevision)
|
||||
|
||||
; the following simple_app_version is for 3 digit releases, one of the two must be uncommented at a time
|
||||
;#define simple_app_version str(VerMajor) + "." + str(VerMinor) + "." + str(VerBuild)
|
||||
#define simple_app_version str(VerMajor) + "." + str(VerMinor)
|
||||
#define simple_app_version str(VerMajor) + "." + str(VerMinor) + "." + str(VerBuild)
|
||||
;#define simple_app_version str(VerMajor) + "." + str(VerMinor)
|
||||
|
||||
#define installer_build_date GetDateTimeString('mmm, d yyyy', '', '')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user