2 ******************************************************************************
4 * Copyright (C) 2009-2012, International Business Machines
5 * Corporation and others. All Rights Reserved.
7 ******************************************************************************
10 #ifndef __ICU_DATA_VER_H__
11 #define __ICU_DATA_VER_H__
13 #include "unicode/utypes.h"
15 #ifndef U_HIDE_DRAFT_API
19 #define U_ICU_VERSION_BUNDLE "icuver"
24 #define U_ICU_DATA_KEY "DataVersion"
27 * Retrieves the data version from icuver and stores it in dataVersionFillin.
29 * @param dataVersionFillin icuver data version information to be filled in if not-null
30 * @param status stores the error code from the calls to resource bundle
34 U_DRAFT
void U_EXPORT2
u_getDataVersion(UVersionInfo dataVersionFillin
, UErrorCode
*status
);
35 #endif /* U_HIDE_DRAFT_API */