Update versions for 0.98

This commit is contained in:
bryce 2015-09-07 14:43:24 -07:00
parent aa2f2e8282
commit f5f3a52d5d
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
terminator trunk:
terminator 0.98:
* Features
* Layout launcher with option or shortcut (Steve Boddy)
* An all-new manual! Default to F1 key (Steve Boddy)

View File

@ -1,7 +1,7 @@
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Name: terminator
Version: 0.97
Version: 0.98
Release: 1%{?dist}
Summary: Store and run multiple GNOME terminals in one window

View File

@ -21,4 +21,4 @@ TerminatorVersion supplies our version number.
"""
APP_NAME = 'terminator'
APP_VERSION = '0.97'
APP_VERSION = '0.98'