1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-03-25 12:47:44 +01:00

started v4.0.1

This commit is contained in:
Vadim Kurland 2010-05-06 01:00:14 +00:00
parent 44fc29f733
commit 63db3bdcac
3 changed files with 6 additions and 6 deletions

View File

@ -2,17 +2,17 @@
FWB_MAJOR_VERSION=4
FWB_MINOR_VERSION=0
FWB_MICRO_VERSION=0
FWB_MICRO_VERSION=1
# VERSION must be a string rather than $var because of the build scripts
VERSION="4.0.0"
SHORTVERSION="400"
VERSION="4.0.1"
SHORTVERSION="401"
# RELEASE="1"
RELEASE="b@BUILD_NUM@"
BETA="no"
REQUIRED_LIBFWBUILDER_VERSION="4.0.0"
REQUIRED_LIBFWBUILDER_VERSION="4.0.1"

View File

@ -1 +1 @@
#define VERSION "4.0.0"
#define VERSION "4.0.1"

View File

@ -1 +1 @@
#define BUILD_NUM 2876
#define BUILD_NUM 2878