Update versions for 0.98
This commit is contained in:
parent
aa2f2e8282
commit
f5f3a52d5d
|
@ -1,4 +1,4 @@
|
||||||
terminator trunk:
|
terminator 0.98:
|
||||||
* Features
|
* Features
|
||||||
* Layout launcher with option or shortcut (Steve Boddy)
|
* Layout launcher with option or shortcut (Steve Boddy)
|
||||||
* An all-new manual! Default to F1 key (Steve Boddy)
|
* An all-new manual! Default to F1 key (Steve Boddy)
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||||
|
|
||||||
Name: terminator
|
Name: terminator
|
||||||
Version: 0.97
|
Version: 0.98
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Store and run multiple GNOME terminals in one window
|
Summary: Store and run multiple GNOME terminals in one window
|
||||||
|
|
||||||
|
|
|
@ -21,4 +21,4 @@ TerminatorVersion supplies our version number.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
APP_NAME = 'terminator'
|
APP_NAME = 'terminator'
|
||||||
APP_VERSION = '0.97'
|
APP_VERSION = '0.98'
|
||||||
|
|
Loading…
Reference in New Issue