Bump version numbers for 0.96
This commit is contained in:
parent
7dc34e7eaf
commit
346912f05a
|
@ -28,6 +28,7 @@ terminator 0.96:
|
|||
* Expand dbus support to start covering useful methods. Also add
|
||||
a commandline tool called 'remotinator' that can be used to control
|
||||
Terminator from a terminal running inside it.
|
||||
* Fix terminal font settings for users of older Linux distributions
|
||||
|
||||
terminator 0.95:
|
||||
* Add a configuration option to enable a DBus server
|
||||
|
|
2
README
2
README
|
@ -1,4 +1,4 @@
|
|||
Terminator 0.95
|
||||
Terminator
|
||||
by Chris Jones <cmsj@tenshu.net> and others.
|
||||
|
||||
The goal of this project is to produce a useful tool for arranging terminals.
|
||||
|
|
|
@ -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.95
|
||||
Version: 0.96
|
||||
Release: 1%{?dist}
|
||||
Summary: Store and run multiple GNOME terminals in one window
|
||||
|
||||
|
|
|
@ -21,4 +21,4 @@ TerminatorVersion supplies our version number.
|
|||
"""
|
||||
|
||||
APP_NAME = 'terminator'
|
||||
APP_VERSION = '0.95'
|
||||
APP_VERSION = '0.96'
|
||||
|
|
Loading…
Reference in New Issue