misc/libfreetype/version.sed
author koda
Sun, 02 Oct 2011 03:45:09 +0200
changeset 6080 ce02ddfe8aa1
parent 5172 88f2e05288ba
permissions -rw-r--r--
on ipad2 and above animate the little hogs on game config and fix the hat display imaging

#! /usr/bin/sed -nf

s/^#define  *FREETYPE_MAJOR  *\([^ ][^ ]*\).*$/freetype_major="\1" ;/p
s/^#define  *FREETYPE_MINOR  *\([^ ][^ ]*\).*$/freetype_minor=".\1" ;/p
s/^#define  *FREETYPE_PATCH  *\([^ ][^ ]*\).*$/freetype_patch=".\1" ;/p