This website requires JavaScript.
Explore
Help
Sign In
Grasscutters
/
mitmproxy
Watch
3
Star
0
Fork
0
You've already forked mitmproxy
mirror of
https://github.com/Grasscutters/mitmproxy.git
synced
2024-11-23 08:11:00 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
2e72b310d9
mitmproxy
/
libmproxy
/
version.py
3 lines
65 B
Python
Raw
Normal View
History
Unescape
Escape
Prep for 0.5 release - Update CHANGELOG and CONTRIBUTORS - Bump version - Include Apple Gamecenter highscore setting tutorial in docs
2011-06-27 04:38:00 +00:00
IVERSION
=
(
0
,
5
)
Move version constants to version.py, add version to serialized flows. For now, we don't do anything with the serialized version info, but this should give us some future-proofing for serialization format changes.
2011-03-08 23:35:38 +00:00
VERSION
=
"
.
"
.
join
(
[
str
(
i
)
for
i
in
IVERSION
]
)
Reference in New Issue
Copy Permalink