mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-03-24 04:07:55 +01:00
2009-07-11 vadim <vadim@vk.crocodile.org> * AddressRange.h (libfwbuilder): fixed bug #2820152: "Address ranges and other such need IPv4/v6 typing". AddressRange object should be recognized and removed from the rule if it is used in ipv6 rule set. To do this, add virtual method hasInetAddress() (should return true) to indicate that this object has an address. This works since virtual method getAddressPtr() has been implemented anyway.
21 lines
370 B
Bash
21 lines
370 B
Bash
#-*- mode: shell-script; tab-width: 4; -*-
|
|
# $Id: VERSION,v 1.47 2007/07/21 23:44:19 vkurland Exp $
|
|
|
|
FWB_MAJOR_VERSION=3
|
|
FWB_MINOR_VERSION=0
|
|
FWB_MICRO_VERSION=6
|
|
VERSION="3.0.6"
|
|
SHORTVERSION="306"
|
|
|
|
# RELEASE="1"
|
|
RELEASE="b@BUILD_NUM@"
|
|
|
|
BETA="no"
|
|
|
|
REQUIRED_LIBFWBUILDER_VERSION="3.0.6"
|
|
|
|
# current (or major) version number of the library so file
|
|
#
|
|
LIBFWBUILDER_SOMAJOR=8
|
|
|