From 8f27090b84bb1ef090fc3cc1e834d2905c13a60e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyril=20Bont=C3=A9?= Date: Wed, 10 Mar 2010 22:41:43 +0100 Subject: [PATCH] [CLEANUP] product branch update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit today I've noticed that the stats page still displays v1.3 in the "Updates" link, due to the PRODUCT_BRANCH value in version.h, then it's maybe time to send you the result (notice that the patch updates PRODUCT_BRANCH to "1.4"). -- Cyril Bonté --- include/common/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/common/version.h b/include/common/version.h index c9f5f16c6..a869231c9 100644 --- a/include/common/version.h +++ b/include/common/version.h @@ -33,7 +33,7 @@ #ifdef CONFIG_PRODUCT_BRANCH #define PRODUCT_BRANCH CONFIG_PRODUCT_BRANCH #else -#define PRODUCT_BRANCH "1.3" +#define PRODUCT_BRANCH "1.4" #endif #ifdef CONFIG_PRODUCT_URL