diff --git a/Changelog.txt b/Changelog.txt index 51a36d4..253e185 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -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 @@ -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. diff --git a/sigtool.php b/sigtool.php index 53d1742..0829da4 100644 --- a/sigtool.php +++ b/sigtool.php @@ -1,6 +1,6 @@ . @@ -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)';