build time constants

This commit is contained in:
Anand Babu (AB) Periasamy
2015-10-26 02:36:01 -07:00
parent 07839caf9b
commit 588833d06f
6 changed files with 137 additions and 97 deletions
+14
View File
@@ -0,0 +1,14 @@
// -------- DO NOT EDIT --------
// This file is autogenerated by buildscripts/gen-constants.go during the release process.
package main
const (
minioVersion = "UNOFFICIAL.GOGET"
minioReleaseTag = "UNOFFICIAL.GOGET"
minioCommitID = "UNOFFICIAL.GOGET"
)
var (
minioShortCommitID = minioCommitID[:]
)