Commit Graph

11 Commits

Author SHA1 Message Date
Valentin Bartenev b7f0e09de0 Version bump. 2020-03-16 13:27:10 +03:00
Valentin Bartenev 7a0383189c Version bump. 2020-02-19 19:13:51 +03:00
Valentin Bartenev 4bad2cf1e9 Version bump. 2020-01-27 16:52:53 +03:00
Sergey Kandaurov 217914df7c Version bump. 2019-11-22 16:39:15 +03:00
Valentin Bartenev 1b4c96f265 Version bump. 2019-10-07 18:38:41 +03:00
Valentin Bartenev 8853dece44 Version bump. 2019-09-20 14:29:11 +03:00
Valentin Bartenev 1298824130 Version bump. 2019-08-26 18:06:03 +03:00
Valentin Bartenev b2a0620483 Version bump. 2019-06-10 15:53:26 +03:00
Valentin Bartenev f3a0d95d09 Version bump. 2019-03-05 14:57:46 +03:00
Valentin Bartenev 5c9fe8c306 Added trailing zero to version string.
While it looks nicer without zero 3-rd version number, this should
improve interoperability.  Version string can be parsed or used for
sorting.  And it is easier to handle and less confusing when there
is constant number of version parts.

Moreover, NPM also expects version format with 3 parts.
So ".0" has already been used in Node.js module version.
2019-02-27 17:25:28 +03:00
Alexander Borisov 608e09e9de Improvement and unification of version processing in build scripts.
This also eliminates expressions that incompatible with BSD make, thus fixing
installation of Node.js module on FreeBSD (broken by dace60fc4926).
2019-02-22 16:31:44 +03:00