00001 /* 00002 ****************************************************************************** 00003 * 00004 * Copyright (C) 2009-2012, International Business Machines 00005 * Corporation and others. All Rights Reserved. 00006 * 00007 ****************************************************************************** 00008 */ 00009 00010 00016 #ifndef __ICU_DATA_VER_H__ 00017 #define __ICU_DATA_VER_H__ 00018 00019 #include "unicode/utypes.h" 00020 00021 #ifndef U_HIDE_DRAFT_API 00022 00025 #define U_ICU_VERSION_BUNDLE "icuver" 00026 00030 #define U_ICU_DATA_KEY "DataVersion" 00031 00040 U_DRAFT void U_EXPORT2 u_getDataVersion(UVersionInfo dataVersionFillin, UErrorCode *status); 00041 #endif /* U_HIDE_DRAFT_API */ 00042 00043 #endif