Actually, you can just drop 1.5.77 into the file. The contents get stripped with this:
echo "$git_version" | sed -e 's/openafs-[^-]*-//' -e 's/_/./g' | tr -d '\012' On Thu, Oct 7, 2010 at 5:35 PM, Andrew Deason <[email protected]>wrote: > On Thu, 7 Oct 2010 17:23:56 -0400 (EDT) > Andy Cobaugh <[email protected]> wrote: > > > On 2010-10-07 at 17:18, Phillip Moore ( [email protected] ) > said: > > > > > > So, I don't think my .version hack worked. What should have been the > > > contents of that file for the openefs-1.5.77-src.tar.* files that were > > > published? I guessed wrong... :-( > > > > 1.5.77 > > openafs-devel-1_5_77 should also work; build-tools/git-version > transforms it into 1.5.77 (or at least it's supposed to). > > -- > Andrew Deason > [email protected] > > _______________________________________________ > OpenAFS-devel mailing list > [email protected] > https://lists.openafs.org/mailman/listinfo/openafs-devel >
