Project

General

Profile

Task #3092

Updated by Shivani Bhardwaj almost 5 years ago

Currently, 

 <pre><code class="shell"> 
 $ suricata -v 
 Suricata 4.1.0-dev (rev 1a3d1fdbf) 
 </code></pre> 

 It would be good to have the date along with rev like, 

 <pre><code class="shell"> 
 $ suricata -v 
 Suricata 4.1.0-dev (1a3d1fdbf 2019-07-05) 
 </code></pre> 

Back