You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lal/pkg/base/version.go

32 lines
945 B
Go

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

// Copyright 2020, Chef. All rights reserved.
// https://github.com/q191201771/lal
//
// Use of this source code is governed by a MIT-style license
// that can be found in the License file.
//
// Author: Chef (191201771@qq.com)
package base
// 版本信息相关
// lal的一部分版本信息使用了naza.bininfo手段是获取git信息。
// 另外,我们也在本文件提供另外一些信息:
// 版本该变量由build脚本修改维护
var LALVersion = "v0.13.0"
// 以下字段固定不变
var (
LALLibraryName = "lal"
LALGitHubRepo = "github.com/q191201771/lal"
LALFullInfo = LALLibraryName + " " + LALVersion + " (" + LALGitHubRepo + ")"
//LALServerName = "lalserver"
//LALGitHubRepoURL = "https://github.com/q191201771/lal"
)
// 作为HTTP客户端时考虑User-Agent
//
// RTMP metadata
// description : Bilibili VXCode Swarm Transcoder v0.2.30(gap_fixed:False)
// encoder : Lavf57.83.100