1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-06-24 18:09:40 +02:00
Files
fwbuilder/VERSION
Vadim Kurland 4c5bf811c6 see #2655 Interface names are not allowed to have dash "-" even with
interface verification off. We should allow "-" in the interface name
for Cisco IOS
2011-09-19 14:53:39 -07:00

20 lines
409 B
Bash

#-*- mode: shell-script; tab-width: 4; -*-
FWB_MAJOR_VERSION=5
FWB_MINOR_VERSION=0
FWB_MICRO_VERSION=1
# build number is like "nano" version number. I am incrementing build
# number during development cycle
#
BUILD_NUM="3579"
VERSION="$FWB_MAJOR_VERSION.$FWB_MINOR_VERSION.$FWB_MICRO_VERSION.$BUILD_NUM"
GENERATION="$FWB_MAJOR_VERSION.$FWB_MINOR_VERSION"
# Data format version
FWBUILDER_XML_VERSION=22