Page 1 of 1

[develop] Missing version in Git pull

Posted: January 22nd, 2017, 8:35 pm
by 88keyz
I am running the source from Git and it only reports the version as 'develop [unknown]'. For most applications or indexers this doesn't represent a problem. There are a few however that check the version first, ie. DOGnzb, and won't push files to SAB because the version doesn't appear to meet minimum requirements. Any chance of reporting the version as something like '1.3.x [develop]' when running the source code version?

Re: [develop] Missing version in Git pull

Posted: January 23rd, 2017, 4:35 pm
by shypike
Use the "master" branch, it should contain a version number.
Master contains only official releases.

Re: [develop] Missing version in Git pull

Posted: January 24th, 2017, 4:05 pm
by 88keyz
Switched to "master", working fine now. I had enjoyed the early access to features found in the "develop" branch but I figure I can live without them now. Thanks.