ICU 49.1.1  49.1.1
icudataver.h
1 /*
2 ******************************************************************************
3 *
4 * Copyright (C) 2009-2012, International Business Machines
5 * Corporation and others. All Rights Reserved.
6 *
7 ******************************************************************************
8 */
9 
10 #ifndef __ICU_DATA_VER_H__
11 #define __ICU_DATA_VER_H__
12 
13 #include "unicode/utypes.h"
14 
15 #ifndef U_HIDE_DRAFT_API
16 
19 #define U_ICU_VERSION_BUNDLE "icuver"
20 
24 #define U_ICU_DATA_KEY "DataVersion"
25 
34 U_DRAFT void U_EXPORT2 u_getDataVersion(UVersionInfo dataVersionFillin, UErrorCode *status);
35 #endif /* U_HIDE_DRAFT_API */
36 
37 #endif