implant version number at build time
--HG-- branch : nmdc-ircfrontend
This commit is contained in:
parent
7b2ab6642b
commit
7494823b07
@ -97,7 +97,7 @@ single_build() {
|
|||||||
|
|
||||||
# Build.
|
# Build.
|
||||||
# GOARCH/GOOS supplied in function env
|
# GOARCH/GOOS supplied in function env
|
||||||
go build -a -ldflags '-s -w' -o "$(pathfix "${tmpdir}/${local_bin_name}")"
|
go build -a "-X main.APP_VERSION=${version}" -ldflags '-s -w' -o "$(pathfix "${tmpdir}/${local_bin_name}")"
|
||||||
|
|
||||||
# Sanitise.
|
# Sanitise.
|
||||||
sanitise "${tmpdir}/${local_bin_name}"
|
sanitise "${tmpdir}/${local_bin_name}"
|
||||||
|
@ -19,7 +19,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
const (
|
const (
|
||||||
APP_VERSION = "1.1.0"
|
APP_VERSION = "1.x.x-dev"
|
||||||
APP_NAME = "nmdc-ircfrontend"
|
APP_NAME = "nmdc-ircfrontend"
|
||||||
BLESSED_CHANNEL = "#chat" // must be lowercase
|
BLESSED_CHANNEL = "#chat" // must be lowercase
|
||||||
BLESSED_CHANNEL_MODE = "n" // means that you have to be in the channel to chat, but that's it
|
BLESSED_CHANNEL_MODE = "n" // means that you have to be in the channel to chat, but that's it
|
||||||
|
Loading…
Reference in New Issue
Block a user