1 // © 2016 and later: Unicode, Inc. and others.
2 // License & terms of use: http://www.unicode.org/copyright.html
4 ******************************************************************************
6 * Copyright (C) 2009-2013, International Business Machines
7 * Corporation and others. All Rights Reserved.
9 ******************************************************************************
15 * \brief C API: access to ICU Data Version number
18 #ifndef __ICU_DATA_VER_H__
19 #define __ICU_DATA_VER_H__
21 #include "unicode/utypes.h"
26 #define U_ICU_VERSION_BUNDLE "icuver"
31 #define U_ICU_DATA_KEY "DataVersion"
34 * Retrieves the data version from icuver and stores it in dataVersionFillin.
36 * @param dataVersionFillin icuver data version information to be filled in if not-null
37 * @param status stores the error code from the calls to resource bundle
41 U_STABLE
void U_EXPORT2
u_getDataVersion(UVersionInfo dataVersionFillin
, UErrorCode
*status
);