"5.2.0+dirty" What is dirty? [SOLVED]

I’ve built darktable myself (stable release 5.2.0) and I get this version. What is “dirty” actually? How to understand it? :slight_smile:
thanks!

Your source has a change from the code base so when you build it’s tagged as dirty

1 Like

Some file has been updated locally. Run git status to give out, which. git reset --hard should get rid of it.

1 Like

Oh, right, I didn’t realize git marks stuff this way… I thought it’s some sort of code name for the release :joy:

1 Like

Yes, indeed, I’ve changed some source files. Thanks! :slight_smile:

1 Like