]> git.proxmox.com Git - mirror_qemu.git/commitdiff
po/Makefile: correctly pass QEMU version
authorAurelien Jarno <aurelien@aurel32.net>
Mon, 1 Apr 2013 17:12:04 +0000 (19:12 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 2 Apr 2013 13:13:31 +0000 (08:13 -0500)
Cc: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Reviewed-by: Anthony Liguori <aliguori@us.ibm.com>
Message-id: 1364836326-8707-4-git-send-email-aurelien@aurel32.net
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
po/Makefile

index 2c0193ed14b29ab92ea9f967853eb2bd77b202cc..8297ab512bc4de8af2e5f444e0088f7ec80192ff 100644 (file)
@@ -34,7 +34,7 @@ install: $(OBJS)
        @msgfmt -o $@ $(SRC_PATH)/po/`basename $@ .mo`.po
 
 messages.po: $(SRC_PATH)/ui/gtk.c
-       @xgettext -o $@ --foreign-user --package-name=QEMU --package-version=1.0.50 --msgid-bugs-address=qemu-devel@nongnu.org -k_ -C $<
+       @xgettext -o $@ --foreign-user --package-name=QEMU --package-version=$(VERSION) --msgid-bugs-address=qemu-devel@nongnu.org -k_ -C $<
 
 %.po: messages.po
        @msgmerge $@ $< > $@.bak && mv $@.bak $@