[PATCH] Bump version number to 1.4.0

Stephen Warren swarren at wwwdotorg.org
Wed Jun 12 03:11:25 EST 2013


From: Stephen Warren <swarren at nvidia.com>

Many useful new features have been added to dtc since the last release.
Projects that use dtc wish to test the version number to determine
which features are available. Increment the version number to allow this.

Signed-off-by: Stephen Warren <swarren at nvidia.com>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 1169e6c..962f94e 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@
 # CONFIG_LOCALVERSION from some future config system.
 #
 VERSION = 1
-PATCHLEVEL = 3
+PATCHLEVEL = 4
 SUBLEVEL = 0
 EXTRAVERSION =
 LOCAL_VERSION =
-- 
1.8.1.5



More information about the devicetree-discuss mailing list