zevlg / telega.el

GNU Emacs telegram client (unofficial)
https://zevlg.github.io/telega.el/
GNU General Public License v3.0
1.09k stars 85 forks source link

leading 0 in version number #297

Closed cireu closed 3 years ago

cireu commented 3 years ago

I see leading 0 in the version string, 0.7.023 0.7.024, but there's a also a version named 0.7.1 from older commit.

When try to update the telega in Guix, it always complains that I'm downgrading a package.

It's leading 0 a typo? Would you use 0.7.24 instead of 0.7.024?

zevlg commented 3 years ago

0.7.0XX is for stable telega from "releases" branch

0.7.XX is for bleading edge telega from "master" branch

We need a way to distinguish them, we use leading 0 right now

cireu commented 3 years ago

Thanks for your answer!