summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlessandro Ghedini <alessandro@ghedini.me>2014-03-11 20:01:34 +0100
committerwm4 <wm4@nowhere>2014-03-11 23:30:50 +0100
commit8737ca95820e872a707e8363af2f74f0c7d795e3 (patch)
tree2e352db87bab21eada995031614efa6f147ea585
parenta0347e0651e27be9910015f12baad58f50998203 (diff)
downloadmpv-8737ca95820e872a707e8363af2f74f0c7d795e3.tar.bz2
mpv-8737ca95820e872a707e8363af2f74f0c7d795e3.tar.xz
build: fix version in mpv.pc
-rw-r--r--wscript_build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript_build.py b/wscript_build.py
index e6dce379ec..e60d8efecc 100644
--- a/wscript_build.py
+++ b/wscript_build.py
@@ -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"]