Change application name to "Flamenco 3"

"Flamenco NG PoC" was the name of the proof of concept, and it's no longer
in use.
This commit is contained in:
Sybren A. Stüvel 2022-03-01 20:45:01 +01:00
parent 47e36c927c
commit ddd0c7602b

View File

@ -23,7 +23,7 @@ package appinfo
import "fmt" import "fmt"
// ApplicationName contains the application name. // ApplicationName contains the application name.
const ApplicationName = "Flamenco-NG-PoC" const ApplicationName = "Flamenco 3"
// ApplicationVersion has the version number, and is set during the build. // ApplicationVersion has the version number, and is set during the build.
var ApplicationVersion = "set-during-build" var ApplicationVersion = "set-during-build"