File: version.py

package info (click to toggle)
broctl 1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 2,220 kB
  • sloc: python: 4,931; sh: 1,188; makefile: 70; awk: 24
file content (8 lines) | stat: -rw-r--r-- 159 bytes parent folder | download
1
2
3
4
5
6
7
8
#
# Settings that specify the version of BroControl
#

VERSION = "@VERSION@"
BROBASE = "@PREFIX@"
CFGFILE = "@ETC@/broctl.cfg"
BROSCRIPTDIR = "@BROSCRIPTDIR@"