Skip to content

Commit 21d423b

Browse files
committed
v0.2.0
Prepare tagged release.
1 parent c10f1b6 commit 21d423b

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

Changelog.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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 ===
3341
FIRST TAGGED RELEASE.
3442

sigtool.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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>.
@@ -16,7 +16,7 @@
1616
class 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)';

0 commit comments

Comments
 (0)