Subversion Repositories Kolibri OS

Rev

Rev 1891 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1891 Rev 3931
Line 30... Line 30...
30
#ifndef PIXMAN_H__
30
#ifndef PIXMAN_H__
31
#  error pixman-version.h should only be included by pixman.h
31
#  error pixman-version.h should only be included by pixman.h
32
#endif
32
#endif
Line 33... Line 33...
33
 
33
 
34
#define PIXMAN_VERSION_MAJOR 0
34
#define PIXMAN_VERSION_MAJOR 0
35
#define PIXMAN_VERSION_MINOR 20
35
#define PIXMAN_VERSION_MINOR 30
Line 36... Line 36...
36
#define PIXMAN_VERSION_MICRO 2
36
#define PIXMAN_VERSION_MICRO 2
Line 37... Line 37...
37
 
37
 
38
#define PIXMAN_VERSION_STRING "0.20.2"
38
#define PIXMAN_VERSION_STRING "0.30.2"
39
 
39
 
40
#define PIXMAN_VERSION_ENCODE(major, minor, micro) (	\
40
#define PIXMAN_VERSION_ENCODE(major, minor, micro) (	\