Hi ledger hackers, * The issue
Whatever if I am on 'master' branch or on 'next' branch, (11 months separates those two versions), the command `ledger --version` is giving: ``` $ ledger --version Ledger 3.1.1-20160111, the command-line accounting tool ``` FWIW, I found the issue when integrating ledger-mode with travis, where I compile master and next branches of ledger, and both gives same `ledger --version`. * The causes For me there are two causes: ** The 3.1.2 release is on its own branch, not merged with next Is this intentional to have release 3.1.2 on its own branch? Why is it flagged as a release, but no git tag applied? ** We cannot know that we are on next, believing we are on latest tag Well, this is my main issue, I do not know, if I am with ledger from latest tag, or with ledger from latest commit (that could be several commits ahead of latest tag). * The solution I do not know at all if there is an easy solution. What I would expect is to be able to know if I am on a "release/tag", or if I am on latest commit from git. Is it something easily feasible? Thanks Thierry -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
