misc/libfreetype/version.sed
author koda
Sun, 28 Aug 2011 11:38:24 +0200
changeset 5696 972bf04d4a79
parent 5172 88f2e05288ba
permissions -rw-r--r--
ios: fix a couple of bad memory management (unrelated to the crash at the end of each game) sdl13: fixed compilation

#! /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