set version to 4.1.1; working implementation of policy installer for ProCurve

This commit is contained in:
Vadim Kurland
2010-08-15 06:12:52 +00:00
parent 21582f8755
commit d672e836f7
26 changed files with 712 additions and 90 deletions
+4 -4
View File
@@ -2,17 +2,17 @@
FWB_MAJOR_VERSION=4
FWB_MINOR_VERSION=1
FWB_MICRO_VERSION=0
FWB_MICRO_VERSION=1
# VERSION must be a string rather than $var because of the build scripts
VERSION="4.1.0"
SHORTVERSION="410"
VERSION="4.1.1"
SHORTVERSION="411"
# RELEASE="1"
RELEASE="b@BUILD_NUM@"
BETA="no"
REQUIRED_LIBFWBUILDER_VERSION="4.1.0"
REQUIRED_LIBFWBUILDER_VERSION="4.1.1"