terminator/terminatorlib/version.py

24 lines
888 B
Python
Raw Normal View History

# TerminatorVersion - version number
# Copyright (C) 2010 cmsj@tenshu.net
#
2009-05-07 01:35:23 +00:00
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, version 2 only.
#
2009-05-07 01:35:23 +00:00
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
2009-05-07 01:35:23 +00:00
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
"""TerminatorVersion by Chris Jones <cmsj@tenshu.net>
2008-06-18 14:44:37 +00:00
TerminatorVersion supplies our version number.
"""
2008-07-22 11:03:30 +00:00
APP_NAME = 'terminator'
2023-03-01 22:36:20 +00:00
APP_VERSION = '2.1.3'