2020-04-05 14:36:06 +00:00
|
|
|
# TerminatorVersion - version number
|
|
|
|
# Copyright (C) 2010 cmsj@tenshu.net
|
2008-06-18 13:02:10 +00:00
|
|
|
#
|
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.
|
2008-06-18 13:02:10 +00:00
|
|
|
#
|
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.
|
2008-06-18 13:02:10 +00:00
|
|
|
#
|
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
|
2008-06-18 13:02:10 +00:00
|
|
|
|
|
|
|
"""TerminatorVersion by Chris Jones <cmsj@tenshu.net>
|
|
|
|
|
2008-06-18 14:44:37 +00:00
|
|
|
TerminatorVersion supplies our version number.
|
2008-06-18 13:02:10 +00:00
|
|
|
"""
|
|
|
|
|
2008-07-22 11:03:30 +00:00
|
|
|
APP_NAME = 'terminator'
|
2020-04-18 10:43:22 +00:00
|
|
|
APP_VERSION = '1.92'
|