Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
6536 serge 1
/* _newlib_version.h.  Generated from _newlib_version.hin by configure.  */
2
/* Version macros for internal and downstream use. */
3
#ifndef _NEWLIB_VERSION_H__
4
#define _NEWLIB_VERSION_H__ 1
5
 
6
#define _NEWLIB_VERSION "2.4.0"
7
#define __NEWLIB__ 2
8
#define __NEWLIB_MINOR__ 4
9
#define __NEWLIB_PATCHLEVEL__ 0
10
 
11
#endif /* !_NEWLIB_VERSION_H__ */
12