Skip to content

Commit f14e0e8

Browse files
committed
we're alpha
1 parent c09c84a commit f14e0e8

File tree

1 file changed

+1
-1
lines changed
  • graalpython/lib-graalpython

1 file changed

+1
-1
lines changed

graalpython/lib-graalpython/sys.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def make_implementation_info():
5555
hexversion = ((version_info.major << 24) |
5656
(version_info.minor << 16) |
5757
(version_info.micro << 8) |
58-
(0 << 4) |
58+
(0xa << 4) | # 0xA is alpha, 0xB is beta, 0xC is rc, 0xF is final
5959
(version_info.serial << 0))
6060

6161

0 commit comments

Comments
 (0)