diff options
author | marha <marha@users.sourceforge.net> | 2010-08-24 18:51:48 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-08-24 18:51:48 +0000 |
commit | c5e0555ef58f02918a9803cb910e2cc523260d5d (patch) | |
tree | 61a37e4e7898c36e58d63369272b9a6ffb405ce0 /pixman/configure.ac | |
parent | d23cfa7fb93fc22ea11fd25d50aecb10582e32b2 (diff) | |
download | vcxsrv-c5e0555ef58f02918a9803cb910e2cc523260d5d.tar.gz vcxsrv-c5e0555ef58f02918a9803cb910e2cc523260d5d.tar.bz2 vcxsrv-c5e0555ef58f02918a9803cb910e2cc523260d5d.zip |
libxcb pixman git update 24/8/2010
Diffstat (limited to 'pixman/configure.ac')
-rw-r--r-- | pixman/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pixman/configure.ac b/pixman/configure.ac index be1690b3b..1b592de14 100644 --- a/pixman/configure.ac +++ b/pixman/configure.ac @@ -54,7 +54,7 @@ AC_PREREQ([2.57]) m4_define([pixman_major], 0)
m4_define([pixman_minor], 19)
-m4_define([pixman_micro], 1)
+m4_define([pixman_micro], 3)
m4_define([pixman_version],[pixman_major.pixman_minor.pixman_micro])
|