2018-11-25 18:24:10 +00:00
|
|
|
// Package hkexsh - common constants for the HKExSh
|
2018-09-18 00:27:13 +00:00
|
|
|
//
|
|
|
|
// Copyright (c) 2017-2018 Russell Magee
|
|
|
|
// Licensed under the terms of the MIT license (see LICENSE.mit in this
|
|
|
|
// distribution)
|
|
|
|
//
|
|
|
|
// golang implementation by Russ Magee (rmagee_at_gmail.com)
|
|
|
|
package hkexsh
|
|
|
|
|
2018-11-25 18:24:10 +00:00
|
|
|
// Version string returned by tools
|
2018-11-14 01:38:13 +00:00
|
|
|
const Version = "0.7pre (NO WARRANTY)"
|
2018-09-18 00:27:13 +00:00
|
|
|
|