]> granicus.if.org Git - icu/commitdiff
ICU-10398 roll version # forward
authorSteven R. Loomis <srl@icu-project.org>
Mon, 16 Sep 2013 22:07:45 +0000 (22:07 +0000)
committerSteven R. Loomis <srl@icu-project.org>
Mon, 16 Sep 2013 22:07:45 +0000 (22:07 +0000)
X-SVN-Rev: 34336

icu4c/source/common/unicode/uvernum.h
icu4c/source/layout/layout.vcxproj
icu4c/source/samples/dtitvfmtsample/dtitvfmtsample.vcxproj
icu4c/source/samples/dtptngsample/dtptngsample.vcxproj
icu4c/source/samples/plurfmtsample/plurfmtsample.vcxproj
icu4c/source/tools/genrb/derb.vcxproj

index 841763336fba9dcde88a0b8d506e16febb4ee7a2..bd0b0c9898a23579e8fb8119f6cd1639ac2a8f49 100644 (file)
@@ -17,8 +17,8 @@
 /**
  * \file
  * \brief C API: definitions of ICU version numbers
- * 
- * This file is included by uversion.h and other files. This file contains only 
+ *
+ * This file is included by uversion.h and other files. This file contains only
  * macros and definitions. The actual version numbers are defined here.
  */
 
 #ifndef UVERNUM_H
 #define UVERNUM_H
 
-/** The standard copyright notice that gets compiled into each library. 
+/** The standard copyright notice that gets compiled into each library.
  *  This value will change in the subsequent releases of ICU
  *  @stable ICU 2.4
  */
 #define U_COPYRIGHT_STRING \
   " Copyright (C) 2013, International Business Machines Corporation and others. All Rights Reserved. "
 
-/** The current ICU major version as an integer. 
+/** 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
 
-/** The current ICU minor version as an integer. 
+/** 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 0
+#define U_ICU_VERSION_MINOR_NUM 1
 
-/** The current ICU patchlevel version as an integer.  
+/** 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 1
+#define U_ICU_VERSION_PATCHLEVEL_NUM 0
 
-/** The current ICU build level version as an integer.  
+/** The current ICU build level version as an integer.
  *  This value is for use by ICU clients. It defaults to 0.
  *  @stable ICU 4.0
  */
@@ -79,7 +79,7 @@
 #define U_ICU_VERSION_BUILDLEVEL_NUM 0
 #endif
 
-/** Glued version suffix for renamers 
+/** Glued version suffix for renamers
  *  This value will change in the subsequent releases of ICU
  *  @stable ICU 2.6
  */
@@ -93,7 +93,7 @@
  * \def U_DEF_ICU_ENTRY_POINT_RENAME
  * @internal
  */
-/** Glued version suffix function for renamers 
+/** Glued version suffix function for renamers
  *  This value will change in the subsequent releases of ICU.
  *  If a custom suffix (such as matching library suffixes) is desired, this can be modified.
  *  Note that if present, platform.h may contain an earlier definition of this macro.
 #endif
 
 /** The current ICU library version as a dotted-decimal string. The patchlevel
- *  only appears in this string if it non-zero. 
+ *  only appears in this string if it non-zero.
  *  This value will change in the subsequent releases of ICU
  *  @stable ICU 2.4
  */
-#define U_ICU_VERSION "52.0.1"
+#define U_ICU_VERSION "52.1"
 
-/** The current ICU library major/minor version as a string without dots, for library name suffixes. 
+/** 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
  */
 /** Data version in ICU4C.
  * @internal ICU 4.4 Internal Use Only
  **/
-#define U_ICU_DATA_VERSION "52.0.1"
+#define U_ICU_DATA_VERSION "52.1"
 #endif  /* U_HIDE_INTERNAL_API */
 
 /*===========================================================================
index 625055ff2928bb49ef0e9453111bf53422c0491f..d80eb54f1a56b3bf1d1f5aba9e1f2aeba69e874a 100644 (file)
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
   <ImportGroup Label="ExtensionTargets">\r
   </ImportGroup>\r
-</Project>
\ No newline at end of file
+</Project>
index b67be7528985e7536557a674d6666b95aedddf7d..020aafb7d98f97e9a36962a09cb1e1212600ff14 100644 (file)
@@ -91,4 +91,4 @@
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
   <ImportGroup Label="ExtensionTargets">\r
   </ImportGroup>\r
-</Project>
\ No newline at end of file
+</Project>
index cf5f35362add060c993d6d85d1b76183dd487308..a04cee12cd648f3fbff921e62c6b1470d38a247b 100644 (file)
@@ -98,4 +98,4 @@
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
   <ImportGroup Label="ExtensionTargets">\r
   </ImportGroup>\r
-</Project>
\ No newline at end of file
+</Project>
index b752ba5de77e50165c7dc8a14dcc63d4a1a3fb04..1d3522c1fa2004fed0d71a7d1f5c8cccad5599e7 100644 (file)
@@ -92,4 +92,4 @@
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
   <ImportGroup Label="ExtensionTargets">\r
   </ImportGroup>\r
-</Project>
\ No newline at end of file
+</Project>
index a7ef76794e14d98e6969518748abd3246449f3e1..b2e27e6733b7ca252512e5f264849e50f5aa59d2 100644 (file)
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
   <ImportGroup Label="ExtensionTargets">\r
   </ImportGroup>\r
-</Project>
\ No newline at end of file
+</Project>