nativeformat / NFHTTP

A cross platform C++ HTTP library that interfaces natively to other platforms.
Apache License 2.0
588 stars 37 forks source link

Update generate-version.py to work with Python 2 and 3 #34

Closed gazzyt closed 4 years ago

gazzyt commented 4 years ago

I modified generate-version.py to work with Python 3 while still working with Python 2. Tested with Python 3.8 on Windows and Python 2.7 on Linux.

gazzyt commented 4 years ago

Related to issue #25