Browse Source

[PATCH 015/188] adding version information

From 1f675ee1f3e42da4efd1dd90681c3254d742d643 Mon Sep 17 00:00:00 2001
From: Dmitry Boyarintsev <[email protected]>
Date: Thu, 26 Sep 2019 10:56:42 -0400

git-svn-id: branches/wasm@46011 -
nickysn 5 years ago
parent
commit
115c757d68
1 changed files with 4 additions and 0 deletions
  1. 4 0
      utils/wasmbin/wasmtool.lpr

+ 4 - 0
utils/wasmbin/wasmtool.lpr

@@ -15,10 +15,14 @@ const
   ACT_EXPORTRENAME = 'exportrename';
   ACT_EXPORTRENAME = 'exportrename';
   ACT_SYMBOLFLAG   = 'symbolflag';
   ACT_SYMBOLFLAG   = 'symbolflag';
 
 
+  VERSION = '1.0';
+
 procedure PrintHelp;
 procedure PrintHelp;
 begin
 begin
   writeln('wasmtool [options] .wasm file...');
   writeln('wasmtool [options] .wasm file...');
   writeln();
   writeln();
+  writeln('version: ',VERSION);
+  writeln;
   writeln('options:');
   writeln('options:');
   writeln('  --exportrename @inputfile');
   writeln('  --exportrename @inputfile');
   writeln('  --symbolflag   @inputfile');
   writeln('  --symbolflag   @inputfile');