File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ Public Function Init(vArgs As Variant) As Boolean
6969 .Item("file" & lIdx) = .Item("arg" & lIdx + 2 )
7070 Next
7171 If Not .Item("-nologo" ) Then
72- ConsoleError "VbZip " & m_oArchive.SemVersion & " (c) 2017-2018 by wqweto@gmail.com (" & m_oArchive.ThunkBuildDate & ")" & vbCrLf & vbCrLf
72+ ConsoleError "VbZip " & m_oArchive.SemVersion & " (c) 2017-2019 by wqweto@gmail.com (" & m_oArchive.ThunkBuildDate & ")" & vbCrLf & vbCrLf
7373 End If
7474 If LenB(.Item("zip" )) <> 0 Then
7575 ConsoleError "Archive: " & .Item("zip" ) & vbCrLf
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ AutoIncrementVer=0
1919ServerSupportFiles=0
2020VersionCompanyName="Unicontsoft"
2121VersionFileDescription="VbZip"
22- VersionLegalCopyright="VbZip (c) 2017 by wqweto@gmail.com"
22+ VersionLegalCopyright="VbZip (c) 2017-2019 by wqweto@gmail.com"
2323VersionProductName="VbZip"
2424CondComp="ZIP_CRYPTO = 1"
2525CompilationType=0
You can’t perform that action at this time.
0 commit comments