Skip to content

Commit

Permalink
Update Python.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
Vortex2Oblivion authored Dec 11, 2023
1 parent 8a587d2 commit 3b4e71d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hxpy/Python.hx
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,19 @@ extern class Python
*/
@:native('::String(PY_VERSION)')
static var VERSION:String;

/**
* Major version number
*/
@:native('::String(PY_MAJOR_VERSION)')
static var VERSION_MAJOR:String;

/**
* Minor version number
*/
@:native('::String(PY_MINOR_VERSION)')
static var VERSION_MINOR:String;

/**
* Micro version number
*/
Expand All @@ -33,6 +36,7 @@ extern class Python
*/
@:native('::String(PY_RELEASE_LEVEL)')
static var RELEASE_LEVEL:String;

/**
* Release serial number
*/
Expand Down

0 comments on commit 3b4e71d

Please sign in to comment.