Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stascorp/rdpwrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStas'M <x86corez@gmail.com>2017-12-27 20:20:28 +0300
committerStas'M <x86corez@gmail.com>2017-12-27 20:20:28 +0300
commit1459036d05d95a0e47c0b4d99719d77475d2d154 (patch)
tree7ea99d81d436f1f5b0e971dc77edd5b522c0dc5d
parent1223417ca1bc9a4aa956fa0ee2735983bdf6cc38 (diff)
Installer: Update version
-rw-r--r--src-installer/RDPWInst.dpr6
1 files changed, 3 insertions, 3 deletions
diff --git a/src-installer/RDPWInst.dpr b/src-installer/RDPWInst.dpr
index 9b5de2b..7894f3b 100644
--- a/src-installer/RDPWInst.dpr
+++ b/src-installer/RDPWInst.dpr
@@ -1077,9 +1077,9 @@ end;
var
I: Integer;
begin
- Writeln('RDP Wrapper Library v1.6');
- Writeln('Installer v2.3');
- Writeln('Copyright (C) Stas''M Corp. 2016');
+ Writeln('RDP Wrapper Library v1.6.2');
+ Writeln('Installer v2.5');
+ Writeln('Copyright (C) Stas''M Corp. 2017');
Writeln('');
if (ParamCount < 1)