src/eric7/__version__.py@11cdcc824469
src/eric7/__version__.py
Sun, 19 May 2024 17:20:16 +0200
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Sun, 19 May 2024 17:20:16 +0200
- branch
- eric7
- changeset 10716
- 11cdcc824469
- child 11090
-
f5f5f5803935
- permissions
- -rw-r--r--
Relocated the Version information into a top level '__version__.py' module.
# -*- coding: utf-8 -*-
# Copyright (c) 2024 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Module containing some eric-ide version information.
"""
Version = "@@VERSION@@ (rev. @@REVISION@@)"
VersionOnly = "99.0.0"