mirror of
https://github.com/jeremyd/ergo.git
synced 2026-07-31 03:03:05 -07:00
constants: Make SEM_VER the actual version number conforming to Semantec Versioning, and VER the composed number
This commit is contained in:
+7
-1
@@ -5,8 +5,14 @@
|
||||
|
||||
package irc
|
||||
|
||||
import "fmt"
|
||||
|
||||
const (
|
||||
SEM_VER = "oragono-0.1.0-unreleased"
|
||||
SEM_VER = "0.1.0-unreleased"
|
||||
CRLF = "\r\n"
|
||||
MAX_REPLY_LEN = 512 - len(CRLF)
|
||||
)
|
||||
|
||||
var (
|
||||
VER = fmt.Sprintf("oragono-%s", SEM_VER)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user