deepsecurity 0.0.17 → 0.0.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/deepsecurity/version.rb +1 -1
- data/windows-installer/dsc.iss +3 -3
- metadata +1 -1
data/lib/deepsecurity/version.rb
CHANGED
data/windows-installer/dsc.iss
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
#define MyAppVer "
|
|
2
|
-
#define MyAppVerText "
|
|
1
|
+
#define MyAppVer gemVersion+".0"
|
|
2
|
+
#define MyAppVerText gemVersion+".0"
|
|
3
3
|
#define MyAppCopyright "Udo Schneider <Udo_Schneider@trendmicro.de>"
|
|
4
4
|
#define MyAppCompany "Trend Micro"
|
|
5
5
|
#define MyAppName "dsc"
|
|
@@ -17,7 +17,7 @@ InternalCompressLevel=ultra
|
|
|
17
17
|
; OutputDir={#BaseDir}
|
|
18
18
|
; SourceDir={#BaseDir}
|
|
19
19
|
SolidCompression=true
|
|
20
|
-
AppCopyright=Copyright � {#MyAppCopyright}
|
|
20
|
+
AppCopyright=Copyright � {#MyAppCopyright}
|
|
21
21
|
AppName={#MyAppName}
|
|
22
22
|
AppVerName={#MyAppName} {#MyAppVerText}
|
|
23
23
|
ShowLanguageDialog=yes
|