From 3c83a5aeb99284137cdb5fca2b061e2f73524046 Mon Sep 17 00:00:00 2001 From: Ed Heyl Date: Mon, 7 Mar 2011 18:05:40 -0800 Subject: [PATCH] version bump for new release (please don't merge) Change-Id: I94081a1288da434811a1ddaa8a7b7b5da13d9341 --- core/version_defaults.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/version_defaults.mk b/core/version_defaults.mk index 27e1ec4929..be4826f933 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -41,7 +41,7 @@ ifeq "" "$(PLATFORM_VERSION)" # which is the version that we reveal to the end user. # Update this value when the platform version changes (rather # than overriding it somewhere else). Can be an arbitrary string. - PLATFORM_VERSION := 2.3.3 + PLATFORM_VERSION := 2.3.4 endif ifeq "" "$(PLATFORM_SDK_VERSION)" @@ -96,4 +96,3 @@ ifeq "" "$(BUILD_NUMBER)" # anyone trying to parse it as an integer will probably get "0". BUILD_NUMBER := eng.$(USER).$(shell date +%Y%m%d.%H%M%S) endif -