mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-03-19 01:37:17 +01:00
files from DTD v18 to DTD v19. This transformation finds "PolicyRule" elements with missing "Itf" child elements and fixes them by adding such element with a reference pointint to "any". Fixes #2383 * fwbuilder.dtd.in: Element "Itf" (an interface) of "PolicyRule" should be required. DTD version increment.
20 lines
409 B
Bash
20 lines
409 B
Bash
#-*- mode: shell-script; tab-width: 4; -*-
|
|
|
|
FWB_MAJOR_VERSION=4
|
|
FWB_MINOR_VERSION=2
|
|
FWB_MICRO_VERSION=1
|
|
|
|
# build number is like "nano" version number. I am incrementing build
|
|
# number during development cycle
|
|
#
|
|
BUILD_NUM="3537"
|
|
|
|
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=19
|
|
|
|
|