Hi When we compile opus and opus-tools from git they seem to be version unknown. Is this an oversight - or is it a 'feature'? How about giving them versions like this:- 1.1-git and 0.1.7-git Or even incorporate the commit. version-git-commit When opus is compiled now from git, opus-tools complains because it's not v1.1. And when opus-tools is compiled now from git, it shows as unknown in MediaInfo.
bat guano wrote:> How about giving them versions like this:- > 1.1-git and 0.1.7-git > Or even incorporate the commit.We do this. See the update_version script. "unknown" usually means this script failed to extract a version for some reason (couldn't run git, or your git version was too old). For example, with git 1.5.6.1, the git describe command fails with "error: unknown option `dirty'", which results in version "unknown", but with a recent version of git it works.
"unknown" usually means this> script failed to extract a version for some reason (couldn't run git, or > your git version was too old)."script failed to extract a version" Yes, failed to extract a version. But I'm not going to re-compile git. @ubuntu:~$ git --version git version 1.7.4.1 I will use opus_1.1-beta and opus-tools_0.1.7 "tar.gz" downloads from xiph instead.