misc/libfreetype/version.sed
author belphegorr <szabibibi@gmail.com>
Tue, 26 Jun 2012 01:17:04 +0300
changeset 7209 f1976889e1a7
parent 5172 88f2e05288ba
permissions -rw-r--r--
Changed color of the "Natives" team to make it more visible and reduced difficulty of the "easy" challenge in the first mission.

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