Yes, -dirty is clear. I guess I didn’t explicitly pull tags since I first cloned the repo… didn’t know that they are not pulled per default. Again learned something, thanks!
> On 3. Mar 2018, at 21:30, Wayne Stambaugh <[email protected]> wrote: > > -dirty means you have code that is not in master. You are either > working in a different branch or you have made modifications to master. > Given that your version string says 4.0.0-rc2, it also looks like you > need to do a `git pull --tags` to fetch the latest tags. > > Wayne > > > On 03/03/2018 02:39 PM, Bernhard Stegmaier wrote: >> Hi all, >> >> just out of curiosity… all my builds from master claim to be a v4: >> <<< >> Application: kicad >> Version: (4.0.0-rc2-4230-gaeae32b1a-dirty), release build >>>>> >> >> According to git I have a clean source tree… I yesterday made a build on a >> Linux box with a completely fresh tree and it showed v5. >> What’s wrong with my repo/branch? >> >> >> Regards, >> Bernhard >> _______________________________________________ >> Mailing list: https://launchpad.net/~kicad-developers >> Post to : [email protected] >> Unsubscribe : https://launchpad.net/~kicad-developers >> More help : https://help.launchpad.net/ListHelp >> > > _______________________________________________ > Mailing list: https://launchpad.net/~kicad-developers > Post to : [email protected] > Unsubscribe : https://launchpad.net/~kicad-developers > More help : https://help.launchpad.net/ListHelp _______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp

