Add pixman_version function and related macros
authorCarl Worth <cworth@cworth.org>
Mon, 24 Mar 2008 21:51:09 +0000 (14:51 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 25 Mar 2008 19:38:01 +0000 (12:38 -0700)
commitbd2a53fc4ece82321f139cdf3276a7ceb871f895
tree95ce9c94a2321e2ca3ad70fb71bd6b4c1ce55f3f
parentb078cb3250b63b1c942b93738557af7401e42c9b
Add pixman_version function and related macros

The complete new API here makes available compile-tim version checks:

PIXMAN_VERSION
PIXMAN_VERSION_STRING
PIXMAN_VERSION_ENCODE

as well as run-time version checks:

pixman_version()
pixman_version_string()
.gitignore
configure.ac
pixman/Makefile.am
pixman/pixman-version.c [new file with mode: 0644]
pixman/pixman-version.h.in [new file with mode: 0644]
pixman/pixman.h