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

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

Issue 845603002: Update ICU to 54.1 step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: remove unusued directories Created 5 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 bd0b0c9898a23579e8fb8119f6cd1639ac2a8f49..ec15f9863addfb7aeed41280d2711072d52982d2 100644
--- a/source/common/unicode/uvernum.h
+++ b/source/common/unicode/uvernum.h
@@ -1,6 +1,6 @@
/*
*******************************************************************************
-* Copyright (C) 2000-2013, International Business Machines
+* Copyright (C) 2000-2014, International Business Machines
* Corporation and others. All Rights Reserved.
*******************************************************************************
*
@@ -51,13 +51,13 @@
* @stable ICU 2.4
*/
#define U_COPYRIGHT_STRING \
- " Copyright (C) 2013, International Business Machines Corporation and others. All Rights Reserved. "
+ " Copyright (C) 2014, 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 52
+#define U_ICU_VERSION_MAJOR_NUM 54
/** 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 _52
+#define U_ICU_VERSION_SUFFIX _54
/**
* \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 "52.1"
+#define U_ICU_VERSION "54.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 "52"
+#define U_ICU_VERSION_SHORT "54"
#ifndef U_HIDE_INTERNAL_API
/** Data version in ICU4C.
* @internal ICU 4.4 Internal Use Only
**/
-#define U_ICU_DATA_VERSION "52.1"
+#define U_ICU_DATA_VERSION "54.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 7
+#define UCOL_RUNTIME_VERSION 8
/**
* Collation builder code version.
@@ -155,13 +155,16 @@
* This value may change in subsequent releases of ICU.
* @stable ICU 2.4
*/
-#define UCOL_BUILDER_VERSION 8
+#define UCOL_BUILDER_VERSION 9
+#ifndef U_HIDE_DEPRECATED_API
/**
- * This is the version of collation tailorings.
- * This value may change in subsequent releases of ICU.
- * @stable ICU 2.4
+ * Constant 1.
+ * This was intended to be the version of collation tailorings,
+ * but instead the tailoring data carries a version number.
+ * @deprecated ICU 54
*/
#define UCOL_TAILORINGS_VERSION 1
+#endif /* U_HIDE_DEPRECATED_API */
#endif
« 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