Compare commits

..

No commits in common. "master" and "v1.115.1" have entirely different histories.

2 changed files with 195 additions and 774 deletions

File diff suppressed because it is too large Load diff

View file

@ -1,8 +1,8 @@
#! /usr/bin/env python3
# encoding: utf-8
major = 2 # VERSION_MAJOR_IDENTIFIER
minor = 2 # VERSION_MINOR_IDENTIFIER
# VERSION_LAST_MM 2.2
patch = 2 # VERSION_PATCH_IDENTIFIER
major = 1 # VERSION_MAJOR_IDENTIFIER
minor = 115 # VERSION_MINOR_IDENTIFIER
# VERSION_LAST_MM 1.115
patch = 1 # VERSION_PATCH_IDENTIFIER
str = ".".join(str(v) for v in (major, minor, patch))