commit | 25c6a1590a6b8dcb2ceb91a70ac4e9c8b82862b2 | [log] [tgz] |
---|---|---|
author | Fabio Utzig <utzig@apache.org> | Tue Sep 10 12:52:26 2019 -0300 |
committer | Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no> | Tue Sep 17 14:03:58 2019 +0200 |
tree | af77550558e292770f641370bc0c8673c444f0ca | |
parent | 99ec383ea1ed2570dce9c54120196cde61d54c74 [diff] [blame] |
Add versioning to imgtool Signed-off-by: Fabio Utzig <utzig@apache.org>
diff --git a/scripts/imgtool/__init__.py b/scripts/imgtool/__init__.py index 107921f..8f6e848 100644 --- a/scripts/imgtool/__init__.py +++ b/scripts/imgtool/__init__.py
@@ -11,3 +11,5 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + +imgtool_version = "1.4.0a3"