Skip to content
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.

Commit

Permalink
Versioning for FusionGL
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkauzh committed Feb 3, 2024
1 parent 5275f87 commit 5ba91d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/fusionengine/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
if os.environ.get("FUSION_HIDE_PROMPT") is None or not message:
python_version = sys.version.split()[0]
print(
f"Fusion Engine {__version__} (OpenGL, Pygame-ce {pg.version.ver}, Python {python_version})"
f"Fusion Engine {__version__} (FusionGL {gl.__version__}, Pygame-ce {pg.version.ver}, Python {python_version})"
)
print(
"Welcome to Fusion Engine! Check out our website at https://fusion-engine.tech/"
Expand Down
3 changes: 3 additions & 0 deletions src/fusionengine/backend/gl.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
__author__ = "Fusion Engine Team"
__version__ = "1.0.1"

import ctypes
import platform
import os
Expand Down

0 comments on commit 5ba91d3

Please sign in to comment.