started v4.1.3

This commit is contained in:
Vadim Kurland
2010-10-29 10:03:43 -07:00
parent b477b487ff
commit bbc06b4592
3 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -2,17 +2,17 @@
FWB_MAJOR_VERSION=4
FWB_MINOR_VERSION=1
FWB_MICRO_VERSION=2
FWB_MICRO_VERSION=3
# VERSION must be a string rather than $var because of the build scripts
VERSION="4.1.2"
SHORTVERSION="412"
VERSION="4.1.3"
SHORTVERSION="413"
# RELEASE="1"
RELEASE="b@BUILD_NUM@"
BETA="no"
REQUIRED_LIBFWBUILDER_VERSION="4.1.2"
REQUIRED_LIBFWBUILDER_VERSION="4.1.3"
+1 -1
View File
@@ -1 +1 @@
#define VERSION "4.1.2"
#define VERSION "4.1.3"
+1 -1
View File
@@ -1 +1 @@
#define BUILD_NUM 3344
#define BUILD_NUM 3403