Bump version numbers for 0.96

This commit is contained in:
Chris Jones 2011-09-23 21:41:05 +01:00
parent 7dc34e7eaf
commit 346912f05a
4 changed files with 4 additions and 3 deletions

View File

@ -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
View File

@ -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.

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.95
Version: 0.96
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.95'
APP_VERSION = '0.96'