summaryrefslogtreecommitdiff
path: root/game/core.rpy
diff options
context:
space:
mode:
Diffstat (limited to 'game/core.rpy')
-rw-r--r--game/core.rpy1
1 files changed, 1 insertions, 0 deletions
diff --git a/game/core.rpy b/game/core.rpy
index e47a89c..fd5be35 100644
--- a/game/core.rpy
+++ b/game/core.rpy
@@ -235,6 +235,7 @@ init -4 python:
AUTOLAUNCH = True
elif (cmd == "version"):
print("%s v%s %s" % (config.name, config.version, "Mirror Lake"))
+ print("%s" % str(renpy.version()))
renpy.quit()
elif (cmd == "help"):
print("=========================================================")