2 ******************************************************************************
4 * Copyright (C) 2009-2013, International Business Machines
5 * Corporation and others. All Rights Reserved.
7 ******************************************************************************
13 * \brief C API: access to ICU Data Version number
16 #ifndef __ICU_DATA_VER_H__
17 #define __ICU_DATA_VER_H__
19 #include "unicode/utypes.h"
24 #define U_ICU_VERSION_BUNDLE "icuver"
29 #define U_ICU_DATA_KEY "DataVersion"
32 * Retrieves the data version from icuver and stores it in dataVersionFillin.
34 * @param dataVersionFillin icuver data version information to be filled in if not-null
35 * @param status stores the error code from the calls to resource bundle
39 U_STABLE
void U_EXPORT2
u_getDataVersion(UVersionInfo dataVersionFillin
, UErrorCode
*status
);