build: fix version in mpv.pc

This commit is contained in:
Alessandro Ghedini 2014-03-11 20:01:34 +01:00 committed by wm4
parent a0347e0651
commit 8737ca9582
1 changed files with 1 additions and 1 deletions

View File

@ -459,7 +459,7 @@ def build(ctx):
PREFIX = ctx.env.PREFIX,
LIBDIR = ctx.env.LIBDIR,
INCDIR = ctx.env.INCDIR,
vnum = "0.0.0",
VERSION = ctx.env.VERSION,
)
headers = ["client.h"]