File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ Versioning guidelines for SemVer can be found at: http://www.semver.org/
77
88=== Changes made since last versioned release ===
99
10+ (none)
11+
12+ === Version/Release 0.2.0 ===
13+ MINOR RELEASE.
14+
1015- [2017.08.22; Minor code change; Maikuolan]: Added new options for offsets in
1116 signatures. Removed some duplicated code. Removed processing for terminal
1217 offsets (I don't think these really exist in ClamAV signatures, and what I
@@ -29,6 +34,9 @@ Versioning guidelines for SemVer can be found at: http://www.semver.org/
2934 totals 10 different language versions of the README documentation now
3035 available.
3136
37+ Caleb M (Maikuolan),
38+ Jan 20, 2018.
39+
3240=== Version/Release 0.1.0 ===
3341FIRST TAGGED RELEASE.
3442
Original file line number Diff line number Diff line change 11<?php
22/**
3- * SigTool v0.2.0-DEV (last modified: 2017.09.19 ).
3+ * SigTool v0.2.0 (last modified: 2018.01.20 ).
44 * Generates signatures for phpMussel using main.cvd and daily.cvd from ClamAV.
55 *
66 * Package location: GitHub <https://github.com/phpMussel/SigTool>.
1616class SigTool
1717{
1818 /** Script version. */
19- public $ Ver = '0.2.0-DEV ' ;
19+ public $ Ver = '0.2.0 ' ;
2020
2121 /** Script user agent. */
2222 public $ UA = 'SigTool v%s (https://github.com/phpMussel/SigTool) ' ;
You can’t perform that action at this time.
0 commit comments