start tracking 'dirty' builds.

also fixes the logic in 'gui' that was causing segfaults
because it was indexing the tabs from '1' instead of '0'
so it would try to look at tab '5' (for example) but only
tab '4' would actually exist. (interestingly windows and the
macos didn't crash)

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2019-06-05 03:11:05 -07:00
parent cdfdcd24a2
commit 9b27b2915a
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
0.6.11
0.6.12