add revision to installer data

This commit is contained in:
Rick V 2019-03-20 05:12:40 -05:00
parent a48ae79bba
commit 28164cd093
No known key found for this signature in database
GPG Key ID: C0EDC8723FDC3465
2 changed files with 10 additions and 4 deletions

3
.gitignore vendored
View File

@ -55,4 +55,5 @@ default.profraw
# ctags shit
GTAGS
GRTAGS
GPATH
GPATH
version.txt

View File

@ -37,11 +37,16 @@ Compression=lzma
SolidCompression=yes
VersionInfoVersion=0.4.0
VersionInfoCompany=Loki Project
VersionInfoDescription=LokiNET for Microsoft® Windows® NT™
VersionInfoTextVersion=0.4.0-dev-{#VCSRev}
VersionInfoDescription=LokiNET for Microsoft® Windows® NT™
#ifndef RELEASE
VersionInfoTextVersion=0.4.0-dev-{#VCSRev}
VersionInfoProductTextVersion=0.4.0-dev-{#VCSRev}
#else
VersionInfoTextVersion=0.4.0
VersionInfoProductTextVersion=0.4.0 {#Codename}
#endif
VersionInfoProductName=LokiNET
VersionInfoProductVersion=0.4.0
VersionInfoProductTextVersion=0.4.0-dev-{#VCSRev}
InternalCompressLevel=ultra64
MinVersion=0,5.0
ArchitecturesInstallIn64BitMode=x64