Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ibinti #1806

Closed
wants to merge 15 commits into from

Update index.kt

  • Loading branch information
ibinti committed Jan 10, 2020
commit 9e6e3f64d3200a2cf796d3986284e26b5cc6977d
@@ -22,7 +22,9 @@ val VERSION = require("../package.json").version
* Version number in Azureus-style. Generated from major and minor semver version.
* For example:
* '0.16.1' -> '0016'
* '1.2.5' -> '0102'
* '1.2.5' -> '0102'
* '0.07.17' -> '0007'
* '0.107.17' -> '0007' <- how to handle this? two digit scheme is flawed, obviously cannot handle 3 digit minor version
*/
val VERSION_STR = version_azureus(VERSION)

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.