diff --git a/VERSION b/VERSION index daed9988f..16094b233 100644 --- a/VERSION +++ b/VERSION @@ -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" diff --git a/VERSION.h b/VERSION.h index a21b5f13d..0f828a147 100644 --- a/VERSION.h +++ b/VERSION.h @@ -1 +1 @@ -#define VERSION "4.1.2" +#define VERSION "4.1.3" diff --git a/build_num b/build_num index 9b62cfe0d..74b8c45ae 100644 --- a/build_num +++ b/build_num @@ -1 +1 @@ -#define BUILD_NUM 3344 +#define BUILD_NUM 3403