Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(970)

Unified Diff: source/common/unicode/uvernum.h

Issue 1621843002: ICU 56 update step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@561
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/common/unicode/utypes.h ('k') | source/common/unifiedcache.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/common/unicode/uvernum.h
diff --git a/source/common/unicode/uvernum.h b/source/common/unicode/uvernum.h
index ec15f9863addfb7aeed41280d2711072d52982d2..6f3ae35b9d63d3728efdf0776a0c4a58cbe3d076 100644
--- a/source/common/unicode/uvernum.h
+++ b/source/common/unicode/uvernum.h
@@ -1,6 +1,6 @@
/*
*******************************************************************************
-* Copyright (C) 2000-2014, International Business Machines
+* Copyright (C) 2000-2015, International Business Machines
* Corporation and others. All Rights Reserved.
*******************************************************************************
*
@@ -51,13 +51,13 @@
* @stable ICU 2.4
*/
#define U_COPYRIGHT_STRING \
- " Copyright (C) 2014, International Business Machines Corporation and others. All Rights Reserved. "
+ " Copyright (C) 2015, International Business Machines Corporation and others. All Rights Reserved. "
/** The current ICU major version as an integer.
* This value will change in the subsequent releases of ICU
* @stable ICU 2.4
*/
-#define U_ICU_VERSION_MAJOR_NUM 54
+#define U_ICU_VERSION_MAJOR_NUM 56
/** The current ICU minor version as an integer.
* This value will change in the subsequent releases of ICU
@@ -83,7 +83,7 @@
* This value will change in the subsequent releases of ICU
* @stable ICU 2.6
*/
-#define U_ICU_VERSION_SUFFIX _54
+#define U_ICU_VERSION_SUFFIX _56
/**
* \def U_DEF2_ICU_ENTRY_POINT_RENAME
@@ -118,19 +118,19 @@
* This value will change in the subsequent releases of ICU
* @stable ICU 2.4
*/
-#define U_ICU_VERSION "54.1"
+#define U_ICU_VERSION "56.1"
/** The current ICU library major/minor version as a string without dots, for library name suffixes.
* This value will change in the subsequent releases of ICU
* @stable ICU 2.6
*/
-#define U_ICU_VERSION_SHORT "54"
+#define U_ICU_VERSION_SHORT "56"
#ifndef U_HIDE_INTERNAL_API
/** Data version in ICU4C.
* @internal ICU 4.4 Internal Use Only
**/
-#define U_ICU_DATA_VERSION "54.1"
+#define U_ICU_DATA_VERSION "56.1"
#endif /* U_HIDE_INTERNAL_API */
/*===========================================================================
@@ -146,7 +146,7 @@
* This value may change in subsequent releases of ICU.
* @stable ICU 2.4
*/
-#define UCOL_RUNTIME_VERSION 8
+#define UCOL_RUNTIME_VERSION 9
/**
* Collation builder code version.
« no previous file with comments | « source/common/unicode/utypes.h ('k') | source/common/unifiedcache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698