diff --git a/icu4c/source/common/common.vcxproj b/icu4c/source/common/common.vcxproj
index 5ba703f9405..65a35665e61 100644
--- a/icu4c/source/common/common.vcxproj
+++ b/icu4c/source/common/common.vcxproj
@@ -104,7 +104,7 @@
0x0409
- ..\..\bin\icuuc54.dll
+ ..\..\bin\icuuc55.dll
true
.\..\..\lib\icuuc.pdb
true
@@ -145,7 +145,7 @@
0x0409
- ..\..\bin\icuuc54d.dll
+ ..\..\bin\icuuc55d.dll
true
true
.\..\..\lib\icuucd.pdb
@@ -183,7 +183,7 @@
0x0409
- ..\..\bin64\icuuc54.dll
+ ..\..\bin64\icuuc55.dll
true
.\..\..\lib64\icuuc.pdb
true
@@ -222,7 +222,7 @@
0x0409
- ..\..\bin64\icuuc54d.dll
+ ..\..\bin64\icuuc55d.dll
true
true
.\..\..\lib64\icuucd.pdb
diff --git a/icu4c/source/common/unicode/uvernum.h b/icu4c/source/common/unicode/uvernum.h
index ec15f9863ad..de784e2f6fb 100644
--- a/icu4c/source/common/unicode/uvernum.h
+++ b/icu4c/source/common/unicode/uvernum.h
@@ -57,19 +57,19 @@
* 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 55
/** The current ICU minor version as an integer.
* This value will change in the subsequent releases of ICU
* @stable ICU 2.6
*/
-#define U_ICU_VERSION_MINOR_NUM 1
+#define U_ICU_VERSION_MINOR_NUM 0
/** The current ICU patchlevel version as an integer.
* This value will change in the subsequent releases of ICU
* @stable ICU 2.4
*/
-#define U_ICU_VERSION_PATCHLEVEL_NUM 0
+#define U_ICU_VERSION_PATCHLEVEL_NUM 1
/** The current ICU build level version as an integer.
* This value is for use by ICU clients. It defaults to 0.
@@ -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 _55
/**
* \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 "55.0.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 "55"
#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 "55.0.1"
#endif /* U_HIDE_INTERNAL_API */
/*===========================================================================
diff --git a/icu4c/source/data/makedata.mak b/icu4c/source/data/makedata.mak
index 5a4bdda3f9e..7d401a98025 100644
--- a/icu4c/source/data/makedata.mak
+++ b/icu4c/source/data/makedata.mak
@@ -10,7 +10,7 @@
##############################################################################
# Keep the following in sync with the version - see common/unicode/uvernum.h
-U_ICUDATA_NAME=icudt54
+U_ICUDATA_NAME=icudt55
##############################################################################
U_ICUDATA_ENDIAN_SUFFIX=l
UNICODE_VERSION=7.0
diff --git a/icu4c/source/data/misc/icuver.txt b/icu4c/source/data/misc/icuver.txt
index c7f66f07b1b..0be744bc963 100644
--- a/icu4c/source/data/misc/icuver.txt
+++ b/icu4c/source/data/misc/icuver.txt
@@ -6,6 +6,6 @@
// ***************************************************************************
icuver:table(nofallback){
- DataVersion { "54.0.1.0" }
- ICUVersion { "54.0.1.0" }
+ DataVersion { "55.0.1.0" }
+ ICUVersion { "55.0.1.0" }
}
diff --git a/icu4c/source/i18n/i18n.vcxproj b/icu4c/source/i18n/i18n.vcxproj
index a84256aa985..0e47603ddc8 100644
--- a/icu4c/source/i18n/i18n.vcxproj
+++ b/icu4c/source/i18n/i18n.vcxproj
@@ -107,7 +107,7 @@
../common;%(AdditionalIncludeDirectories)
- ..\..\bin\icuin54.dll
+ ..\..\bin\icuin55.dll
true
.\..\..\lib\icuin.pdb
true
@@ -151,7 +151,7 @@
../common;%(AdditionalIncludeDirectories)
- ..\..\bin\icuin54d.dll
+ ..\..\bin\icuin55d.dll
true
true
.\..\..\lib\icuind.pdb
@@ -192,7 +192,7 @@
../common;%(AdditionalIncludeDirectories)
- ..\..\bin64\icuin54.dll
+ ..\..\bin64\icuin55.dll
true
.\..\..\lib64\icuin.pdb
true
@@ -234,7 +234,7 @@
../common;%(AdditionalIncludeDirectories)
- ..\..\bin64\icuin54d.dll
+ ..\..\bin64\icuin55d.dll
true
true
.\..\..\lib64\icuind.pdb
diff --git a/icu4c/source/io/io.vcxproj b/icu4c/source/io/io.vcxproj
index 57f392594f0..ead9d77b11e 100644
--- a/icu4c/source/io/io.vcxproj
+++ b/icu4c/source/io/io.vcxproj
@@ -107,7 +107,7 @@
..\common;%(AdditionalIncludeDirectories)
- ..\..\bin\icuio54.dll
+ ..\..\bin\icuio55.dll
true
.\..\..\lib\icuio.pdb
true
@@ -151,7 +151,7 @@
..\common;%(AdditionalIncludeDirectories)
- ..\..\bin\icuio54d.dll
+ ..\..\bin\icuio55d.dll
true
true
.\..\..\lib\icuiod.pdb
@@ -192,7 +192,7 @@
..\common;%(AdditionalIncludeDirectories)
- ..\..\bin64\icuio54.dll
+ ..\..\bin64\icuio55.dll
true
.\..\..\lib64\icuio.pdb
true
@@ -234,7 +234,7 @@
..\common;%(AdditionalIncludeDirectories)
- ..\..\bin64\icuio54d.dll
+ ..\..\bin64\icuio55d.dll
true
true
.\..\..\lib64\icuiod.pdb
diff --git a/icu4c/source/layout/layout.vcxproj b/icu4c/source/layout/layout.vcxproj
index ae3f1cb417a..bd8193e31e4 100644
--- a/icu4c/source/layout/layout.vcxproj
+++ b/icu4c/source/layout/layout.vcxproj
@@ -110,7 +110,7 @@
..\common;%(AdditionalIncludeDirectories)
- ..\..\bin\icule54d.dll
+ ..\..\bin\icule55d.dll
true
true
.\..\..\lib\iculed.pdb
@@ -151,7 +151,7 @@
..\common;%(AdditionalIncludeDirectories)
- ..\..\bin\icule54.dll
+ ..\..\bin\icule55.dll
true
.\..\..\lib\icule.pdb
true
@@ -195,7 +195,7 @@
..\common;%(AdditionalIncludeDirectories)
- ..\..\bin64\icule54d.dll
+ ..\..\bin64\icule55d.dll
true
true
.\..\..\lib64\iculed.pdb
@@ -234,7 +234,7 @@
..\common;%(AdditionalIncludeDirectories)
- ..\..\bin64\icule54.dll
+ ..\..\bin64\icule55.dll
true
.\..\..\lib64\icule.pdb
true
diff --git a/icu4c/source/layoutex/layoutex.vcxproj b/icu4c/source/layoutex/layoutex.vcxproj
index e823b621334..6de40df6766 100644
--- a/icu4c/source/layoutex/layoutex.vcxproj
+++ b/icu4c/source/layoutex/layoutex.vcxproj
@@ -107,7 +107,7 @@
0x0409
- ..\..\bin\iculx54.dll
+ ..\..\bin\iculx55.dll
true
.\..\..\lib\iculx.pdb
true
@@ -150,7 +150,7 @@
0x0409
- ..\..\bin\iculx54d.dll
+ ..\..\bin\iculx55d.dll
true
true
.\..\..\lib\iculxd.pdb
@@ -190,7 +190,7 @@
0x0409
- ..\..\bin64\iculx54.dll
+ ..\..\bin64\iculx55.dll
true
.\..\..\lib64\iculx.pdb
true
@@ -231,7 +231,7 @@
0x0409
- ..\..\bin64\iculx54d.dll
+ ..\..\bin64\iculx55d.dll
true
true
.\..\..\lib64\iculxd.pdb
diff --git a/icu4c/source/stubdata/stubdata.vcxproj b/icu4c/source/stubdata/stubdata.vcxproj
index b1b41a63949..e405e5c9316 100644
--- a/icu4c/source/stubdata/stubdata.vcxproj
+++ b/icu4c/source/stubdata/stubdata.vcxproj
@@ -113,7 +113,7 @@
echo "File with stubdata build time, used as a dependency to trigger fresh data build, since stubdata dll will overwrite the real one." > "$(ProjectDir)stubdatabuilt.txt"
- ..\..\bin\icudt54.dll
+ ..\..\bin\icudt55.dll
true
true
.\x86\Release\icudt.pdb
@@ -160,7 +160,7 @@
echo "File with stubdata build time, used as a dependency to trigger fresh data build, since stubdata dll will overwrite the real one." > "$(ProjectDir)stubdatabuilt.txt"
- ..\..\bin\icudt54.dll
+ ..\..\bin\icudt55.dll
true
.\x86\Debug/icudt.pdb
true
@@ -207,7 +207,7 @@
echo "File with stubdata build time, used as a dependency to trigger fresh data build, since stubdata dll will overwrite the real one." > "$(ProjectDir)stubdatabuilt.txt"
- ..\..\bin64\icudt54.dll
+ ..\..\bin64\icudt55.dll
true
true
.\x64\Release\icudt.pdb
@@ -252,7 +252,7 @@
echo "File with stubdata build time, used as a dependency to trigger fresh data build, since stubdata dll will overwrite the real one." > "$(ProjectDir)stubdatabuilt.txt"
- ..\..\bin64\icudt54.dll
+ ..\..\bin64\icudt55.dll
true
.\x64\Debug/icudt.pdb
true
diff --git a/icu4c/source/tools/ctestfw/ctestfw.vcxproj b/icu4c/source/tools/ctestfw/ctestfw.vcxproj
index c636839823e..9cb2e9f934a 100644
--- a/icu4c/source/tools/ctestfw/ctestfw.vcxproj
+++ b/icu4c/source/tools/ctestfw/ctestfw.vcxproj
@@ -107,7 +107,7 @@
0x0409
- ..\..\..\bin\icutest54.dll
+ ..\..\..\bin\icutest55.dll
true
.\..\..\..\lib\icutest.pdb
true
@@ -150,7 +150,7 @@
0x0409
- ..\..\..\bin\icutest54d.dll
+ ..\..\..\bin\icutest55d.dll
true
true
.\..\..\..\lib\icutestd.pdb
@@ -190,7 +190,7 @@
0x0409
- ..\..\..\bin64\icutest54.dll
+ ..\..\..\bin64\icutest55.dll
true
.\..\..\..\lib64\icutest.pdb
true
@@ -231,7 +231,7 @@
0x0409
- ..\..\..\bin64\icutest54d.dll
+ ..\..\..\bin64\icutest55d.dll
true
true
.\..\..\..\lib64\icutestd.pdb
diff --git a/icu4c/source/tools/toolutil/toolutil.vcxproj b/icu4c/source/tools/toolutil/toolutil.vcxproj
index 76478ad88ac..1a3d5a27a73 100644
--- a/icu4c/source/tools/toolutil/toolutil.vcxproj
+++ b/icu4c/source/tools/toolutil/toolutil.vcxproj
@@ -107,7 +107,7 @@
0x0409
- ..\..\..\bin\icutu54.dll
+ ..\..\..\bin\icutu55.dll
true
..\..\..\lib;%(AdditionalLibraryDirectories)
.\..\..\..\lib\icutu.pdb
@@ -151,7 +151,7 @@
0x0409
- ..\..\..\bin\icutu54d.dll
+ ..\..\..\bin\icutu55d.dll
true
..\..\..\lib;%(AdditionalLibraryDirectories)
true
@@ -193,7 +193,7 @@
0x0409
- ..\..\..\bin64\icutu54.dll
+ ..\..\..\bin64\icutu55.dll
true
..\..\..\lib64;%(AdditionalLibraryDirectories)
.\..\..\..\lib64\icutu.pdb
@@ -235,7 +235,7 @@
0x0409
- ..\..\..\bin64\icutu54d.dll
+ ..\..\..\bin64\icutu55d.dll
true
..\..\..\lib64;%(AdditionalLibraryDirectories)
true