Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
Prepare tagged release.
  • Loading branch information
Maikuolan committed Jan 19, 2018
1 parent c10f1b6 commit 21d423b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ Versioning guidelines for SemVer can be found at: http://www.semver.org/

=== Changes made since last versioned release ===

(none)

=== Version/Release 0.2.0 ===
MINOR RELEASE.

- [2017.08.22; Minor code change; Maikuolan]: Added new options for offsets in
signatures. Removed some duplicated code. Removed processing for terminal
offsets (I don't think these really exist in ClamAV signatures, and what I
Expand All @@ -29,6 +34,9 @@ Versioning guidelines for SemVer can be found at: http://www.semver.org/
totals 10 different language versions of the README documentation now
available.

Caleb M (Maikuolan),
Jan 20, 2018.

=== Version/Release 0.1.0 ===
FIRST TAGGED RELEASE.

Expand Down
4 changes: 2 additions & 2 deletions sigtool.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* SigTool v0.2.0-DEV (last modified: 2017.09.19).
* SigTool v0.2.0 (last modified: 2018.01.20).
* Generates signatures for phpMussel using main.cvd and daily.cvd from ClamAV.
*
* Package location: GitHub <https://github.com/phpMussel/SigTool>.
Expand All @@ -16,7 +16,7 @@
class SigTool
{
/** Script version. */
public $Ver = '0.2.0-DEV';
public $Ver = '0.2.0';

/** Script user agent. */
public $UA = 'SigTool v%s (https://github.com/phpMussel/SigTool)';
Expand Down

0 comments on commit 21d423b

Please sign in to comment.