"vscode:/vscode.git/clone" did not exist on "a4e2d9a666082ac2372641f7597f28c53a774914"
Commit e6220a01 authored by Peter Eastman's avatar Peter Eastman
Browse files

Updated Python version number to 5.0.

parent c4e46a10
......@@ -12,8 +12,8 @@ import struct
from distutils.core import setup
MAJOR_VERSION_NUM='4'
MINOR_VERSION_NUM='1'
MAJOR_VERSION_NUM='5'
MINOR_VERSION_NUM='0'
BUILD_INFO='0'
def reportError(message):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment