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/
7
7
8
8
=== Changes made since last versioned release ===
9
9
10
+ (none)
11
+
12
+ === Version/Release 0.2.0 ===
13
+ MINOR RELEASE.
14
+
10
15
- [2017.08.22; Minor code change; Maikuolan]: Added new options for offsets in
11
16
signatures. Removed some duplicated code. Removed processing for terminal
12
17
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/
29
34
totals 10 different language versions of the README documentation now
30
35
available.
31
36
37
+ Caleb M (Maikuolan),
38
+ Jan 20, 2018.
39
+
32
40
=== Version/Release 0.1.0 ===
33
41
FIRST TAGGED RELEASE.
34
42
Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
- * SigTool v0.2.0-DEV (last modified: 2017.09.19 ).
3
+ * SigTool v0.2.0 (last modified: 2018.01.20 ).
4
4
* Generates signatures for phpMussel using main.cvd and daily.cvd from ClamAV.
5
5
*
6
6
* Package location: GitHub <https://github.com/phpMussel/SigTool>.
16
16
class SigTool
17
17
{
18
18
/** Script version. */
19
- public $ Ver = '0.2.0-DEV ' ;
19
+ public $ Ver = '0.2.0 ' ;
20
20
21
21
/** Script user agent. */
22
22
public $ UA = 'SigTool v%s (https://github.com/phpMussel/SigTool) ' ;
You can’t perform that action at this time.
0 commit comments